First time here? Check out the FAQ!
1

Debug a remote jupyter notebook
 

Hi,

I use jupyter notebook on a remote server, i.e. jupyter is run on a remote server, and I access it from my browser. I would like to debug code run in the notebook using wingIDE.

The wingIDE has a remote project open on the same server. I follow the instructions in https://wingware.com/doc/howtos/jupyter but when I run: "wingdbstub.Ensure()" I get a "Not Connected" error.

Is it possible to debug a remote jupyter notebook?

Thanks,

Amit

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Amit's avatar
56
Amit
asked 7 years ago
Wingware Support's avatar
4.2k
Wingware Support
updated 6 years ago

Comments

see more comments

1 Answer

1

It should be possible but you need to combine the instructions in the How-To you referenced with those for setting up debugging to a remote host as described at https://wingware.com/doc/debug/remote...

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Wingware Support's avatar
4.2k
Wingware Support
answered 7 years ago
link

Comments

see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)