Replies: 1 comment 2 replies
-
only problem is that Jupyterlab seems not compatible with nbtutor, and now Logan Page wants to rewrite it in angular, after 4 years of silence. the rest is nice |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I started using python in 2014 we had to learn using the basic python idle. The big issue was of course debugging. At the time http://pythontutor.com/ was heaven on earth for many starting python programmers.
Nowadays everything has moved on to jupyter notebooks, which is greatly appreciated. Lately I found the package/project nbtutor, which has basicly the same functionality but integrates it into notebooks.
https://github.com/lgpage/nbtutor
My suggestion is to consider adding it to winpython when has been updated. Are there more people/teachers/students who think this package or similar things would be a good addition.
Beta Was this translation helpful? Give feedback.
All reactions