Making sure that we run the Jupyter lab inside venv, when running notebooks locally #856
Open
2 tasks done
Labels
enhancement
New feature or request
Search before asking
Component
Other
Feature
We need to update the instructions at the top of all transform notebooks to make sure that the Jupyter notebook inside the venv starts.
So, the instructions will become:
make venv && source venv/bin/activate && pip install Jupyter lab && ./venv/bin/jupyter lab
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: