-
### Problem
Current prompts in Jupyter AI work well with remote providers, but are not optimized for locally installed models provided by GPT4All. See the discussion on #190 to some examples where th…
-
This is with IPython 6.2.1 on Python 3.6:
```python
>>> import enum
>>> State = enum.Enum('State', ('released', 'memory', 'erred'))
>>> st = State.memory
>>> st in {State.erred, State.memory}
Tr…
-
Hello,
I'm trying to solve a problem at the moment, would love some input and ideas if possible or make this an enhancement request.
Short context: I host Kutt for a friend with a somewhat promi…
-
When a carriage return is printed to cell output,
- expected: print position reset to line start
- current: it seems to reset only some N characters back (best described with a picture below)
W…
-
Unfortunately I cannot use this extension. I am not sure if this is related to the deprecation warning or an issue of the SageMath installation.
Install the IPython magic extension
%install_ext http…
-
Efforts in MRIQC to minimize the baseline process size were resulting in meager gains until I found this. Delaying the import of either module allows reducing the baseline drastically.
-
I am certain there have discussions regarding this, but I haven't yet seen a proposal as such. IPython repo has closed discussions on these stating that it should go into relevant repo, which …
-
We want to develop a pipeline that use `draco`, `corrcal`, and in-house codes to simulate, calibrate, calculate power spectrum, and perform relevant analysis and visualisation.
The pipeline will co…
-
The `%conda` magic command results in a UserWarning on Windows.
- Python 3.11.4
- IPython 814.0
- Windows 10 (22H2)
Example command:
```ipython
In [1]: %conda -V
```
Result:
```
C:\Use…
-
## Description
Not able to load the magic
## Reproduce
```
pip install -U jupyter-ai
```
```python
%load_ext jupyter_ai_magics
```
--------------------------------…