how to know port number of local jupyter server with WSL? #11859
-
I want to open jupyter tab in chrome to have second window for my vs code. I use WSL Ubuntu. Also sometimes I want to know how this server is doing in general (e.g. for debugging purposes). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
We don't always start Juptyer in VS Code, this is only a rare condition (if some native modules fail to load). If however you'd like to access this purely for debugging purposes, then please check the output in the |
Beta Was this translation helpful? Give feedback.
-
@DonJayamanne ok, if there is no actual jupyter app, only kernel - how can I output cell output to another window/console/terminal/etc if I am on WSL? use case: I have long jupyter notebook with prototype code; I debug bottom cell, but I am interested in the outputs of the bottom cell I started from. I redirected output now to vs code console, but I would like to have a second window for convenience (I have multiple monitors). for example. can i redirect to a console connected to the same kernel? |
Beta Was this translation helpful? Give feedback.
We don't always start Juptyer in VS Code, this is only a rare condition (if some native modules fail to load).
Hence I'd say that ther'es no port that can necessarily be retrieved.
If however you'd like to access this purely for debugging purposes, then please check the output in the
Juptyer
output panel and you might (as mentioned we rarely do this) find logs indicating Jupyter was started and contains the Url.