Jeremy Tuloup
Jeremy Tuloup
Once adding new kernels is easier, we should consider adding `q5` to the p5 notebook distribution. > A small and fast alternative (experimental) implementation of p5.js https://github.com/LingDong-/q5xjs
It would be nice to be able to switch between: - a pure p5.js JavaScript kernel - a Python kernel that exposes the p5 API, using `pyp5js` with `pyodide`, and...
The package should be published to npm, so it can used on a local machine too. It can also be made compatible with `npx`, so that running `npx p5-notebook` (or...
It would be great to have support for instance mode: https://p5js.org/examples/instance-mode-instantiation.html The sketch could then be displayed by evaluating it.
Just like JupyterLab make it possible to open to have 2 documents side by side, it would be useful to open the sketch in a split view (left or right),...
There are still a couple of message missing in the kernel implementation.
At the moment this extension only supports JupyterLab 2.0: https://github.com/jtpio/jupyterlab-python-bytecode/blob/23c3d4e228829743b65685d8796cf1bc95fd88ba/package.json#L36 It would be great if it could be updated for JupyterLab 3.0 and adopt the prebuilt extension system: Linking to...
It would be interesting to have an option in the "Advanced Settings Editor" to show the details that come from `dis.code_info`, and display it on the top of the panel...
On a fresh install, the spawn page displays the following:  When there is no user environment, the Start button is not needed. We could extend the `spawn.html` base template...