- 参考 链接
- 参考 链接
General commands:
jupyter labextension install jupyterlab-openbayes-theme
See packages/
for details.
Requriements:
- JupyterLab
- Node.js with Yarn
# Setup dependencies at project root (not package root).
yarn install
# Start JupyterLab with --watch flag:
jupyter lab --collaborative --watch
# In another Terminal session, build your TS, ie:
# yarn <package> watch
yarn theme watch
JupyterLab config location:
- Miniconda3:
/Users/[YOUR_NAME]/miniconda3/envs/jupyterlab-ext/etc/jupyter/jupyter_notebook_config.py
- pip:
$HOME/.jupyter
Node.js and npm are required to publish packages.
This repo is managed by Lerna monorepo:
yarn release