Skip to content

Rust notes for anyone who is starting out with the rust lang. Notes are in the form of `jupyter notebooks`.

Notifications You must be signed in to change notification settings

asuka-405/rust-notes

Repository files navigation

📝 Notes Setup

🐍 Python and 🦀 Rust Installation

Post Install: A system restart is recommended. 🔄

Install dependencies.

# Install jupyter notebook. 📓
pip3 install jupyter

# Add rust kernel for jupyter. 🦀
cargo install --locked evcxr_jupyter

# Install the kernel. 🛠️
evcxr_jupyter --install

# Source for rust standard library. 📚
rustup component add rust-src

In case any of the above operations fail: 💥 Do a shell restart.

Post install

  • After everything is set up, run the open-rust-book.ps1 script or run the following command in the shell: 🚀
# Navigate to your project directory 📁
cd path/to/project

# Start Jupyter Notebook 📓
jupyter notebook

Contribution: 🤝 Please contribute, especially if you find anything outdated or wrong. 🙌

About

Rust notes for anyone who is starting out with the rust lang. Notes are in the form of `jupyter notebooks`.

Topics

Resources

Stars

Watchers

Forks

Languages