Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 2.52 KB

README.md

File metadata and controls

63 lines (42 loc) · 2.52 KB

📚 Rust Releases

Work In Progress Maintenance License made-with-rust Jupyter Notebook

🦀 Explore Rust Releases Through Tiny Practical Examples.

📝 Table of Contents

🚀 Installation

To use the notebooks in this repository, you need to set up your environment. Follow these steps to get started:

  1. Clone the repository to your local machine:

    git clone /~https://github.com/wiseaidev/rust-releases.git
  2. Install the required dependencies and libraries. Make sure you have Rust, Jupyter Notebook, and evcxr_jupyter installed on your system.

    # Install a Rust toolchain (e.g. nightly):
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
    
    # Install Jupyter Notebook
    pip install notebook
    
    # Install evcxr_jupyter
    cargo install evcxr_jupyter
    evcxr_jupyter --install	
  3. Navigate to the cloned repository:

    cd rust-releases
  4. Start Jupyter Notebook:

    jupyter notebook
  5. Access the notebooks in your web browser by clicking on the notebook file you want to explore.

📌 Releases

ID Release Open on GitHub Launch on Binder Launch on Colab
1 1.75.0 Github Binder Open In Colab

📜 License

This project is licensed under the MIT. For more details, You can refer to the LICENSE file.