Skip to content

datalayer-examples/jupyterlab-hot-reload-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datalayer

Become a Sponsor

🪐 JupyterLab Hot Reload Example

JupyterLab Hot Reload Example.

Hot Reload with JupyterLab

yarn start
JupyterLab Hot Reload

Hot Reload and HMR (Hot Module Replacement) with JupyterLab Headless

yarn start:hmr
JupyterLab Hot Reload with HMR

Develop

yarn && yarn build
pip install -e .[test]
jupyter labextension develop . --overwrite
jupyter labextension list
jupyter server extension list
yarn jupyterlab