Skip to content

Commit

Permalink
Docs for Visual Studio Code integration with Jupyter notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
td-sclemens committed Feb 9, 2024
1 parent 8e0d4d3 commit a570d5c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions jupyter/JUPYTER.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,23 @@ To install a new dependency (like in this example `pandas`), run the following:
poetry add pandas
```


## Visual Studio Code integration

First make sure your notebook server is running (`riptide status`), otherwise start it.

Start VSC from the project directory with `./code`.
This will start it with a setting, that allows connections to the Riptide server, without rejecting the certificate.

Make sure you have the official VSC extensions `Python` and `Jupyter` installed.

Now open your notebook in VSC.
Click on `Select Kernel` and choose `Existing Jupyter Server`.
Finally, type the server URL (given by `riptide status`) and select the shown kernel.

Now you should be able to run cells inside the notebook with your Riptide service.


## Troubleshooting

If something is not working as expected, you can attach to the logs:
Expand Down

0 comments on commit a570d5c

Please sign in to comment.