You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using ChEMBL webresourse Client for almost a year, howevr recently I started to receive an error whe I try to import new_client into jupyter-labs. The error is as follow:
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function(event) {
//- Code to execute when only the HTML document is loaded.
//- This doesn't wait for stylesheets,
// images, and subframes to finish loading.
});
</script>
################################################
Is this strictly an issue on my side, i.e. ChEMBL webresourse Client is working as intended for other users? Could you provide some guidance how to resolve this situation?
Thanks in advance,
Dr Kyrylo Klimenko
The text was updated successfully, but these errors were encountered:
To whom it may concern,
I have been using ChEMBL webresourse Client for almost a year, howevr recently I started to receive an error whe I try to import new_client into jupyter-labs. The error is as follow:
############################################
<script type="text/javascript"> document.addEventListener("DOMContentLoaded", function(event) { //- Code to execute when only the HTML document is loaded. //- This doesn't wait for stylesheets, // images, and subframes to finish loading. }); </script>new_client = client_from_url(Settings.Instance().NEW_CLIENT_URL + '/spore')
...
################################################
Is this strictly an issue on my side, i.e. ChEMBL webresourse Client is working as intended for other users? Could you provide some guidance how to resolve this situation?
Thanks in advance,
Dr Kyrylo Klimenko
The text was updated successfully, but these errors were encountered: