mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
Adds message about building code before running 'develop' (#7382)
This commit is contained in:
parent
368080f53a
commit
eace81c87b
@ -24,6 +24,10 @@ mamba activate notebook
|
||||
# Install package in development mode
|
||||
pip install -e ".[dev,test]"
|
||||
|
||||
# Install dependencies and build packages
|
||||
jlpm
|
||||
jlpm build
|
||||
|
||||
# Link the notebook extension and @jupyter-notebook schemas
|
||||
jlpm develop
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user