This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
OlderNewer