-
I might just be blind - I cannot seem to get a fixed target directory set so that on kernel restart, it will pick up on the build artifacts. Is this possible? Every kernel restart uses a new `/tmp/tar…
-
**Workflow**
* User has Julia kernel installed
* User installs our extension
* User opens Julia file & creates a cell marker using `# %%`
* Code lenses appear allowing user to run cell
* User run…
-
My code:
```
:dep showata = { version = "0.1.0" features=["show_ndarray"]}
extern crate ndarray;
extern crate showata;
use showata::Showable;
use ndarray::Array2;
let data = Array2::::zer…
-
How can I run the jupyter kernel on nightly?
I tried installing it using a different channel, but it won't stick to the one I used.
Also tried downloading locally the repository and installing f…
-
When using a local crate with `:dep local-crate = { path = "../local-crate" }` the import fails with a message like this:
```
>> :dep local-crate = { path = "../local-crate" }
^^^^^^^^^^^^^…
-
Heyo, does anyone have a good idea about where we could put some cool examples to work with
```
>> :dep reqwest = "0.10"
>> reqwest::get("https://www.rust-lang.org").await?.status()
200
>>
```
…
-
```
>> :dep regex = "1.0"
>> let rx = regex::Regex::new(r"(\d+)=(\w+)").unwrap();
A compilation error was found in code we generated.
Ideally this should't happen. Type :last_error_json to see det…
-
So I currently have
:dep timeit = "0.1.2"
in my prelude.rs file, and one more lib (maplit)
It takes a few seconds to load after the first time I open the reply and type an enter.
I'm h…
-
Full relevant Evcxr REPL history.
```rust
$ evcxr
Welcome to evcxr. For help, type :help
Startup commands will be loaded from /home/sichanghe/.config/evcxr/init.evcxr
>> :opt 3
:dep dashmap
…
-
Hi,
Does plotpy support [evcxr_jupyter](https://github.com/evcxr/evcxr) ? If so, it would be very convinience ! Plotters and plotly.rs support evcxr_jupyter now.