First time here? Check out the FAQ!
1

Can I integrate jupyterlab in wingide to facilitate the cell-by-cell debugging?
 

Can I integrate jupyterlab in wingide to facilitate the cell-by-cell debugging?

Regards, Zhao

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)
hongyi-zhao's avatar
557
hongyi-zhao
asked Jul 11
Wingware Support's avatar
4.2k
Wingware Support
updated Jul 14

Comments

see more comments

1 Answer

0

You can use Wing in conjunction with Jupyter -- see https://wingware.com/doc/howtos/jupyter

Wing does not contain a builtin web browser that can be use to run Jupyter's web interface.

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 Jul 11
link

Comments

I would really suggest that you implement proper support for notebooks in Wing IDE 11: open .ipynb file, edit cells, set breakpoints inside cells, stop at exceptions, ...

Wing's autocompletion and debugger inside notebook cells would be a huge step forward on notebook usability.

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)