-
Notifications
You must be signed in to change notification settings - Fork 29
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
Tutorial is outdated #107
Comments
This is my first contribution i want to solve this issue what should i do to make impact |
hi @KeShih can i solve this issue |
I think we should abandon Google Colab and switch to something more convenient and ready-to-use. GitHub Codespaces might be a good choice. Or package it into a Docker image. |
@KeShih interesting, I haven't use Github Codespaces. What are the advantages over google colab? For example, how is this issue solved easier on codespaces vs colab?
This should be independent from the cloud option and should be useful anyways, see #79 which is related, but the PR is not in good shape yet. |
@vissarion GitHub Codespaces is also ready-to-use, providing a browser-based IDE (VS Code + Ubuntu). Switching Python versions and installing Poetry are hard in Google Colab, but possible in Codespaces because it offers a full Linux environment. |
OK, thanks, then it may worth it to have an alternative notebook in Github Codespaces and decide how we proceed and which notebook to keep. |
I would suggest to have a version of notebook able to run on a codespace. |
Yes, this is what I mean but alternative. Would the same file |
Python Version
Google Colab currently uses
Python 3.10
, while thedingo
project requiresPython 3.8
, making it difficult to installdingo
on Google Colab.Outdated content
Dependence and installation:
dingo/tutorials/dingo_tutorial.ipynb
Lines 462 to 467 in e89128c
dingo/tutorials/dingo_tutorial.ipynb
Line 573 in e89128c
The README recommends using
poetry
.dingo/README.md
Lines 60 to 62 in e89128c
Ignored lpsolve Library:
dingo/README.md
Lines 44 to 49 in e89128c
The text was updated successfully, but these errors were encountered: