Open KeShih opened 3 months ago
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
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.
I think we should abandon Google Colab and switch to something more convenient and ready-to-use. GitHub Codespaces might be a good choice.
@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?
Or package it into a Docker image.
This should be independent from the cloud option and should be useful anyways, see https://github.com/GeomScale/dingo/pull/79 which is related, but the PR is not in good shape yet.
@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?
@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.
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: https://github.com/GeomScale/dingo/blob/e89128c639066159c46fac03811925e166b82c18/tutorials/dingo_tutorial.ipynb#L462-L467 https://github.com/GeomScale/dingo/blob/e89128c639066159c46fac03811925e166b82c18/tutorials/dingo_tutorial.ipynb#L573 The README recommends using
poetry
. https://github.com/GeomScale/dingo/blob/e89128c639066159c46fac03811925e166b82c18/README.md?plain=1#L60-L62Ignored lpsolve Library: https://github.com/GeomScale/dingo/blob/e89128c639066159c46fac03811925e166b82c18/README.md?plain=1#L44-L49