ipylab icon indicating copy to clipboard operation
ipylab copied to clipboard

Control JupyterLab from Python Notebooks with Jupyter Widgets 🧪 ☢️ 🐍

Results 43 ipylab issues
Sort by recently updated
recently updated
newest added

This is not an issue. I just want to know that how stable is this API to use as a dependency in other python packages? I want to use it...

- [ ] Add lite badge to the README.md - [ ] Test on https://readthedocs.org/projects/ipylab/builds/16227656/

enhancement

I think it's not existing yet, but it would be very nice to have some workspace-like support for panels. This would allow to create panel sets with some predefined layout...

I was looking for the functionality to change the running kernel from code and came across this. https://discourse.jupyter.org/t/is-there-magic-to-restart-kernel-change-kernel/10763/2 It was suggested that a github issue could be made (and as...

I use JupyterLab 3.2.3 and installed ipylab 0.5.2 using pip. Following notebook code ``` from ipylab import JupyterFrontEnd app = JupyterFrontEnd() commands = app.commands.list_commands() commands ``` returns an empty array....

There could be more examples, such as more advanced widgets, for example with `bqplot`: ![bqplot-example](https://user-images.githubusercontent.com/591645/69456397-d20d4180-0d6a-11ea-9199-50ceaf08188f.gif)

Trying to use ipylab without a notebook. We have an extension for JupyterLab that creates a new kernel connection and executes the following code in the kernel: ``` from ipylab...

Related to #44 and #43. ### General Description `ipylab` interfaces with JLab by [exposing `requires` Tokens](https://github.com/jtpio/ipylab/blob/fc51499abefc7bf9724d1c5c99ccef1c0d476878/src/plugin.ts#L23-L38) as follows: ```typescript const extension: JupyterFrontEndPlugin = { id: EXTENSION_ID, autoStart: true, requires: [IJupyterWidgetRegistry,...

I can't seem to get voila jupyterlab preview and ipylab working in the same ipynb. Reduced to the essentials, the problem is shown by the following code: ``` import ipylab...

ipylab is very cool, have been experimenting with it a bit. I'm trying to get a list of active windows (PhosphorJS panels? Not sure of the right jargon) from the...