https://github.com/datalayer-examples/jupyterlab-hot-reload-example
🪐 ⚛️ JupyterLab Hot Reload Example (with HMR)
https://github.com/datalayer-examples/jupyterlab-hot-reload-example
Last synced: about 1 year ago
JSON representation
🪐 ⚛️ JupyterLab Hot Reload Example (with HMR)
- Host: GitHub
- URL: https://github.com/datalayer-examples/jupyterlab-hot-reload-example
- Owner: datalayer-examples
- License: bsd-3-clause
- Created: 2023-11-24T07:53:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T04:45:12.000Z (about 2 years ago)
- Last Synced: 2024-05-21T05:45:39.995Z (about 2 years ago)
- Language: TypeScript
- Size: 76.2 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://datalayer.io)
[](https://github.com/sponsors/datalayer)
# 🪐 JupyterLab Hot Reload Example
> JupyterLab Hot Reload Example.
## Hot Reload with JupyterLab
```bash
yarn start
```
## Hot Reload and HMR (Hot Module Replacement) with JupyterLab Headless
```bash
yarn start:hmr
```
## Develop
```bash
yarn && yarn build
pip install -e .[test]
jupyter labextension develop . --overwrite
jupyter labextension list
jupyter server extension list
yarn jupyterlab
```