An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

[![Datalayer](https://assets.datalayer.tech/datalayer-25.svg)](https://datalayer.io)

[![Become a Sponsor](https://img.shields.io/static/v1?label=Become%20a%20Sponsor&message=%E2%9D%A4&logo=GitHub&style=flat&color=1ABC9C)](https://github.com/sponsors/datalayer)

# 🪐 JupyterLab Hot Reload Example

> JupyterLab Hot Reload Example.

## Hot Reload with JupyterLab

```bash
yarn start
```


JupyterLab Hot Reload

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

```bash
yarn start:hmr
```


JupyterLab Hot Reload with HMR

## Develop

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