You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @westurner for sharing that, it looks cool indeed!
I think the goal of ipyp5 would be to still write Python code and use the existing Python kernels (ipykernel or xeus-python), and write the p5.js code in Python too.
Using pyp5js (#4) or transcrypt directly to generate the p5 (JS) code and push it to the frontend via the widgets protocol.
On Monday, October 28, 2019, Jeremy Tuloup ***@***.***> wrote:
Thanks @westurner for sharing that, it looks cool indeed!
I think the goal of ipyp5 would be to still write Python code and use the
existing Python kernels (ipykernel or xeus-python), and write the p5.js
code in Python too.
Using pyp5js (#4) or transcrypt directly to generate the p5 (JS) code and
There's a p5.js kernel for Jyve that may also be useful for this project? Jyve is JupyterLab compiled to run in a browser without any backend.
Src: https://github.com/deathbeds/jyve
Demo: https://deathbeds.github.io/jyve/lab/
p5.js JupyterLab NPM package: https://github.com/deathbeds/jyve/tree/master/packages/jyve-kyrnel-p5-unsafe
This seems to work in the demo:
A number of things are not yet implemented in Jyve; including:
The text was updated successfully, but these errors were encountered: