Skip to content

Commit

Permalink
README.notebooks: add note about creating ipykernel
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed May 16, 2021
1 parent 99b2dd6 commit 617d2fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pybricksdev/README.notebooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ Here are some tips on using `pybricksdev` with Jupyter notebooks.
- Create a virtual environment for hosting the kernel.
- Required packages: `pybricksdev`, `notebook`, `ipykernel`, `ipywidgets`
- Enable widgets for progress bars: `jupyter nbextension enable --py widgetsnbextension`
- Create a named kernel: `python -m ipykernel install --user --name=pybricksdev`
- Start a notebook server: `jupyter notebook`

0 comments on commit 617d2fa

Please sign in to comment.