-
Thanks for the great Jupiter kernel
Is it possible to perhaps consider creating an installer that doesn’t depend on the Jupyter cli
Installing the kernel is basically just a matter of creating a fol…
-
[I 2023-09-26 11:45:47.605 ServerApp] Kernel started: 9fb46f4f-25a4-43bd-9037-eb57ff755c5f
Error: Segmentation fault.
0: backtrace::capture::Backtrace::new
1: evcxr::runtime::Runtime::install…
-
Here is an example:
https://github.com/timthelion/petgraph-evcxr/blob/master/README.ipynb
-
Hello o/
On a fresh 20.04 install, Jupyter hub+lab setup from TLJH, I am getting this error when starting a evcxr kernel (No issues with others kernel types so far.)
```
Oct 31 10:35:49 frnte1-…
-
When any code I run, it call me a error: `linking with 'x86_64-w64-mingw32-gcc' failed: exit code: 1`.
I read the log, error is caused by the compiler's `-lgcc_s` flag. I search this file in my com…
-
I'm running the AWS Rust SDK in a notebook.
I have the following cells:
Cell 1:
```yaml
:dep aws-config = "0.47.0"
:dep aws-sdk-sagemaker = "0.17.0"
:dep aws-sdk-sagemakerruntime = "0.17.0"
…
-
Hi, while playing around with evcxr, this happened:
```rs
> evcxr.exe
Welcome to evcxr. For help, type :help
>> :version
0.14.1
>> :dep chrono
>> use chrono::prelude::*;
>> let d = NaiveDate::…
-
```console
$ evcxr
Welcome to evcxr. For help, type :help
>> let mut xs: Vec = Vec::new();
thread 'main' panicked at 'Internal error, cycle detected:
DatabaseKeyIndex { group_index: 7, query_in…
-
`nixpkgs` upgraded to `rust-1.69` recently and discovered `evcxr-0.14.2` testsuite failure. Full build log: https://hydra.nixos.org/log/6ymz1i3mp0k2fm43ma8752csnpl1iqaj-evcxr-0.14.2.drv
```
test c…
-
Every time I start a new session of evcxr, it generated a temp file in the directory "C:/User/User/AppData/Temp/", almost 500M. Can it be deleted automatically after I restart the session?