-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[requirejs] Unable to load library with Jupyter Notebook #272
Comments
I was able to solve myself by using requirejs. Thanks.
|
It worked without changing the original code by registering it in the window object after loading the document.
|
@ina6ra Thank you for posting this. I'm sure iJavascript users will find it useful. |
@n-riesco Thanks. I hope it helps someone. I was able to solve this problem but another problem arose. As with the previous problem, the problem only happens with Jupyter Notebook.
It worked on Android Chrome, so I changed the browser on my PC and it worked on Firefox. If I run the same code in Google Colaboratory it works in all browsers, so it seems to be a problem specific to Jupyter Notebook. |
There are many ways to prevent copy. The DOM inspector could give you a clue of what method (event handler, css) has been used to prevent copy. |
The following code works in JupyterLab but not in Jupyter Notebook.
SweetAlert2 works when opened in JupyterLab
http://my-ip-address:port/lab/tree/Untitled.ipynb
Doesn't work with Jupyter Notebook
http://my-ip-address:port/notebooks/Untitled.ipynb
The Chrome DevTools Console Panel shows an error.
Please tell me how to resolve.
It is the operating environment.
I building a Miniconda3 environment with priority given to the conda-forge channel.
The text was updated successfully, but these errors were encountered: