Skip to content

Commit

Permalink
docs\feat: #33 docs for jupyter
Browse files Browse the repository at this point in the history
- docs for local jupyter lab env setup
  • Loading branch information
blotero committed Jan 29, 2024
1 parent 82f340c commit 3bebb32
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/source/contribution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,16 @@ Also, you can locally build doc pages with:
.. code-block:: bash
make html
Notebooks
---------


For setting up a local jupyter notebook, run the following (inside your venv):

.. code-block:: bash
python -m ipykernel install --user --name=seg_tgce_env
Then, open jupyter lab and select the created kern

0 comments on commit 3bebb32

Please sign in to comment.