Frédéric Collonval eb7768278c New version 3 роки тому
..
src dbdefed9db Add linter rule for sorting import (#10344) 3 роки тому
style 1131b93aa7 Integrity update. 4 роки тому
README.md 049fc2ab07 Lint fixes 6 роки тому
package.json eb7768278c New version 3 роки тому
tsconfig.json 9b465f43d7 Clean up handling of src 6 роки тому
typedoc.json 9b42db0c8a Update typedoc config for 0.20 beta 27 4 роки тому

README.md

javascript-extension

A JupyterLab extension for running Javascript from a notebook in JupyterLab

Prerequisites

  • JupyterLab ^0.27.0

Usage

To render VDOM output in IPython:

from IPython.display import Javascript

Javascript('console.log("hello world");')

Development

See the JupyterLab Contributor Documentation.