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

Some way to try it out Oscar without installing Oscar #361

Open
thofma opened this issue Jul 12, 2024 · 1 comment
Open

Some way to try it out Oscar without installing Oscar #361

thofma opened this issue Jul 12, 2024 · 1 comment

Comments

@thofma
Copy link
Contributor

thofma commented Jul 12, 2024

Just so that we don't lost track of it. It would be cool to have a way to try out Oscar without installing Oscar. The canonical candidate would be to have a way to spin up an instance of a jupyter notebook.

@benlorenz
Copy link
Member

With github codespaces, and a github account, you can fire up vscode in the browser with the Oscar.jl repo and a terminal where you can use Oscar (from the Code button on the Oscar repo). This currently seems to use julia 1.8.4, I think we should update the .devcontainer/devcontainer.json.

It takes quite a while to ]up and precompile Oscar, maybe we can install a precompiled Oscar via maps? Also Oscar fails to load with the recog error due to missing software.
After manually installing build-essential I was finally able to start Oscar in the terminal:
codespace

This does work (without installing oscar locally) but is not really quick and nor easy to use I would say.

There is also a open in jupyterlab button for the codespace but that doesn't seem to work since jupyter is probably not installed in the container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants