2
0
mirror of https://github.com/jupyter/notebook.git synced 2025-03-31 13:40:29 +08:00

Adds message about building code before running 'develop' ()

This commit is contained in:
Jason Weill 2024-05-29 23:30:15 -07:00 committed by GitHub
parent 368080f53a
commit eace81c87b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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