Skip to content

Commit

Permalink
docs: explain common problem with external kernels (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlubas committed Sep 4, 2024
1 parent 08f43bf commit 2423411
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Advanced-Functionality.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Then, in neovim I can run the command: `:MoltenInit
connect to that kernel. You can then run code on this kernel like normal. When you leave neovim, the
kernel will remain running.

> [!NOTE]
> If you get an error like `Caused By: [Errno 2] No such file or directory` when running the
> command, you might have to create a directory yourself. This is because the Jupyter client assumes
> that the folder exists when it might not. Simply create the folder, and you should be good to go!
You can also start the server with

```bash
Expand Down

0 comments on commit 2423411

Please sign in to comment.