-
How to install pickle or cpickle in Python3 for ubuntu 16. 04?
Is there any documentation for pickle pls share it.
-
Using magic commands are common in a jupyter context, but illicit according to kotlin (and I guess java) language spec. So exporting e.g. kts scripts from a notebook, could strip all magics, which wil…
-
Cannot evaluate `jax.vjp` on the jitted version of `nbody`, getting
```python
ValueError: invalid literal for int() with base 10: 'int16[64,3]'
```
Here is a minimal example to reproduce th…
-
nils@linux-5fmr:~/git/ipython/docs> make latex
mkdir -p build/latex build/doctrees
sphinx-build -b latex -d build/doctrees source build/latex
Running Sphinx v1.3b2
Initializing GitHub plugin
loading…
-
Authenticated endpoints make it necessary to put authentication credentials in cleartext in the notebook, which is not great (especially for demos). Idea: A new magic `%config path/file.ini` that read…
-
I'm trying to use pudb to debug code from within IPython. This used to work wonderfully, but seems to be broken now unfortunately.
Sample (interactive) snippet to induce the problem
```
In [1]…
-
### Problem
I am always copy and pasting context for large language models to experience less verbal hallucinations, and to ground them using techniques such as in-context learning (app…
-
I would like the comments (`# comment`) in the line and cell magics to be treated as such rather than lead to a parsing error. A common usage pattern for me is specifying width and height and resoluti…
-
It's been a long while since PyQt6 and PySide6 released, more projects are upgraded to these two, yet not supported by debugger extension. I think it might possible to avoid import errors by adding im…
-
Clojure should have a magic to load dependencies from a project.clj file (lein).
it could be as simple as:
```
%classpath lein
```
which would read the project.clj file from the same directory …