|
2 лет назад | |
---|---|---|
.. | ||
src | 3 лет назад | |
style | 4 лет назад | |
README.md | 3 лет назад | |
package.json | 2 лет назад | |
tsconfig.json | 6 лет назад | |
typedoc.json | 4 лет назад |
A JupyterLab extension for running Javascript from a notebook in JupyterLab.
This extension is in the official JupyterLab distribution.
from IPython.display import Javascript
Javascript('alert("hello world");')
See the JupyterLab Contributor Documentation.