Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[💄Feature]: Add Google Colab Column in the Readme File #15

Closed
2 tasks done
wiseaidev opened this issue Jul 27, 2023 · 0 comments
Closed
2 tasks done

[💄Feature]: Add Google Colab Column in the Readme File #15

wiseaidev opened this issue Jul 27, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@wiseaidev
Copy link
Owner

wiseaidev commented Jul 27, 2023

👶 Getting Started
Please search the history to see if an issue already exists for the same problem.

  • I have searched the existing issues.
  • I have tested the latest version.

📝 Describe the feature
We propose adding a dedicated Google Colab column to the readme file of our repository. This new column will inform users about the possibility of deploying Jupyter notebooks available in the repository using Google Colab:

Open In Colab

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/wiseaidev/rust-data-analysis/blob/main/7-calculus-tutorial-part-1.ipynb)]

However, it's important to note that there is currently no official support for Rust by Google Colab. To enable Rust execution within the notebooks, we need to modify the kernel to use evcxr, which is a special kernel allowing Rust code execution in Jupyter Notebooks. The required commands to set up the evcxr kernel are provided in this gist.

After conducting further investigation, it has been discovered that certain actions required for setting up the evcxr kernel might be restricted in the current Google Colab environment. Google Colab seems to have implemented security measures that disallow specific actions, such as modifying kernel specifications or performing kernel installations (not sure, but it seems likely the case.).

📸 Screenshots
N/A

🔦 Context
Refer to this gist and evcxr/evcxr#147 for more info.

@wiseaidev wiseaidev assigned wiseaidev and unassigned wiseaidev Jul 27, 2023
@wiseaidev wiseaidev added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant