-
Running the following cell
```
:clear
:dep log4rs
:dep log
use log::LevelFilter;
use log4rs::append::console::ConsoleAppender;
use log4rs::append::file::FileAppender;
use log4rs::encode::pat…
-
Thank you so much for this wonderful repo!
I was trying to add a markdown file with LaTeX that I exported from `evcxr` Jupyter notebook (.ipynb) into a crate that had several dependencies. So far i…
-
```
Welcome to evcxr. For help, type :help
>> :version
0.4.7
>> :dep fd-lock = "*"
>> let file = std::fs::File::create("./strings.lock").unwrap();
>> let lock = fd_lock::FdLock::new(file);
Fail…
-
**Aim:** Allow snakemake to execute Rust "scripts" in the same way it can execute Python and R scripts. Additionally, allow the use of Rust in notebooks.
A single Rust source file is given to the `…
-
Just wondering how to disable Julia for cases like my VSCode project having no Julia code? Among the ~15 language extensions I have installed in my VSCode profile, Julia seems to be the only one that …
-
Is there any way to print the type of a variable/expression? I couldn't find it in the docs and it's commonly used in REPLs to learn about types of expressions.
-
Hi guys,
It is possible to use rust in google colab? In addition, is it possible to use also a gpu there with rust?
Thanks
-
```
lazy_static! {
static ref NORM_CARDS: Vec = (0usize..52).map(|i| 1u64 usize {
NORM_CARDS.len()
}
```
The above code (in a notebook cell) throws the following error message.
```
…
-
When I copy this code (that uses tabs for indentation) from my editor into the evcxr repl:
```rust
use sorceress::{
server::{self, Result, Server},
synthdef::{encoder::encode_synth_defs, SynthDe…
-
Data visualization (data-viz) is used for exploration, explanation, illustration, ...
This a place to discuss:
- what we want to build
- what we have
- what we need
- what are the constraints
…