-
It would be great to have sqlalchemy_schemadisplay render final image inside Jupyter Notebook.
-
-
It will be great if we add a inline plot in IPython notebook, by returning HTML page in cell's output area.
-
Currently, the ipynb extension is flagged as __unknown__ and it's contents are not counted. Since ipython notebooks are just JSON files, it should be easy to count loc. One could even include markdown…
-
I would probably only use IPython notebooks as examples. I think there is a way to run them as part of our test suite on Travis to make sure they are up to date.
Create at least a few IPython noteboo…
-
Even if I am on a notebook, when clicking on any related action it says :
This tab is not an IPython notebook.
Both on master and rel-0.13 of ipython.
OS X - 10.7
BTW as a whishlist action should …
-
I always launch IPython Notebook using the SVG format for inline plots instead of PNG since SVG is vectorised:
```
> ipython notebook --InlineBackend.figure_format=svg
```
How can we accomplish this…
-
Nothing major, but the warnings spoil the visual appeal.
-
## Environment data
- Pylance version: v2024.9.1
- OS and version: macOS Sonoma 14.6.1
- Python version (& distribution if applicable, e.g. Anaconda): 3.12.5 (installed by VS Code on de…
-
```
Made some changes to support running from an ipython qtconsole (requires the \r
to be at the beginning of the line and the stream to be flushed).
Also added support for rendering widgets as HTML…