-
Passing `-O “settings set target.inherit-env 1”` to the REPL doesn’t cause it to inherit the environment. (Apparently the REPL process gets launched without dealing with the environment settings.)
…
-
**Affects:** PythonCall
**Describe the bug**
The following code throws an error:
```julia
using PythonCall
np = pyimport("numpy")
d3 = pyimport("dedalus.public")
coords = d3.CartesianCoordina…
-
`compile-space!` crashes the repl with an existence error:
```
metta+>!(compile-space! &self)
(= (error (existence_error procedure (/ function_arity 3)) (context (: $apply (/ forall 2))…
-
Sometimes tab completion freezes the REPL. For example, I type
```
julia> complicated_hard_to_infer_function(f(x) * y, g(x), TAB
```
and this gives me a frozen REPL for a few minutes, where not even C…
-
https://github.com/JuliaApproximation/SemiclassicalOrthogonalPolynomials.jl/blob/ed25acf4048bfea6051487b421480f0d55acf201/src/SemiclassicalOrthogonalPolynomials.jl#L453-L463
I'm trying to find a be…
-
It would be highly beneficial to have support for inline plotting within IPyKernel in Neovim, similar to the capability discussed in [Vigemus/iron.nvim#381](https://github.com/Vigemus/iron.nvim/issues…
-
According to my tests splatting `collect(kwargs)` into an array crashes julia if kwargs are empty and two or more types are part of the array
Here's my MNWE after some hours of drill-down.
```julia
f…
-
### Check for existing issues
- [X] Completed
### Describe the feature
I'm wondering if it would be possible to instead of displaying the results of a REPL run below the code cell, the output could…
-
# Documentation
In Python 3.13, a new REPL was introduced. There now also exists a way to switch back and forth between the two using PYTHON_BASIC_REPL. In the [documentation](https://docs.python.o…
-
### Check for existing issues
- [X] Completed
### Describe the feature
I would love it if we can use REPL functionalities of zed for Julia languange as well. The website mentions that it supports I…