Skip to content

Instantly share code, notes, and snippets.

View marcelotournier's full-sized avatar
🎨

Marcelo Tournier marcelotournier

🎨
View GitHub Profile
@marcelotournier
marcelotournier / rust_jupyter_kernel.sh
Last active December 30, 2022 18:49
Adds Rust lang support in Jupyter notebooks:
#!/bin/bash
# Adds Rust lang support in Jupyter notebooks:
# Requirements : Jupyter already installed. If you need it, go to "https://www.anaconda.com/products/distribution"
# Install Rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Install notebook kernel:
# https://github.com/google/evcxr