|
4 лет назад | |
---|---|---|
.. | ||
src | 4 лет назад | |
style | 4 лет назад | |
README.md | 6 лет назад | |
package.json | 4 лет назад | |
tsconfig.json | 6 лет назад | |
typedoc.json | 4 лет назад |
A JupyterLab extension for running Javascript from a notebook in JupyterLab
To render VDOM output in IPython:
from IPython.display import Javascript
Javascript('console.log("hello world");')
See the JupyterLab Contributor Documentation.