Replies: 4 comments 27 replies
-
I don't know how to do that in Thonny, but you can use IPython with py5 imported mode. The command is % jupyter console --kernel=py5
Jupyter console 6.6.3
Python 3.8.17 | packaged by conda-forge | (default, Jun 16 2023, 07:11:34)
Type 'copyright', 'credits' or 'license' for more information
IPython 8.12.2 -- An enhanced Interactive Python. Type '?' for help.
py5 0.9.2.dev0 | py5 kernel 0.1.3a0 | A Python Jupyter kernel plus py5 in imported mode
In [1] |
Beta Was this translation helpful? Give feedback.
-
This is about dreaming right? It`s about thinking of the most magic & wonderful tools possible without prejudice? So, after installing Maybe better if it checked everything and launched |
Beta Was this translation helpful? Give feedback.
-
I suspect that ipython and jupyter were developed separately, and then the jupyter console is a fork of ipython that was adapted to fit in the jupyter framework. The ipython command has no ability (that I know of) to use a different kernel besides the default Python kernel. I wouldn't be surprised if one day ipython was deprecated in favor of jupyter console. (this is a guess, but I have spent a lot of time reading the source code for jupyter and ipython)
Why not? If
This won't be in the next release...right now I going to work on the existing open issues and then I have a lot of documentation to write. Between the color stuff and the shapely / trimesh features, this is already a release with a lot of stuff in it! Also, this change would have to go in py5jupyter, not py5. It is a separate Python library. |
Beta Was this translation helpful? Give feedback.
-
Another thing for people doing "interactive live coding" is somehow to simplify the sketch |
Beta Was this translation helpful? Give feedback.
-
I was playing with IPython's "REPL", which is so nice, and thinking, how nice would it be if we could have IPython at Thonny's lower window slot? Would it be possible?
My harder to achieve dream, I'm afraid it might not be possible, would be to have non-blocking imported mode sketches running on Thonny and being able to interact with them in the console/REPL.
Beta Was this translation helpful? Give feedback.
All reactions