What are the best alternatives to JuliaBox?

Since JuliaBox sunset will take place on May 31st :cry: what are the best options to run Julia in the cloud for academic users? I don’t mind to pay a reasonable fee. Thank you in advance.

If you have institutional support, you can get a server running a jupyter kernel.

1 Like

I do not have institutional support. Any alternatives?

repl.it

Not real fast but good in a learning environment.

1 Like

https://mybinder.org/ supports Julia, but the machines are not very beefy. It is the only free option I’m aware of.

GitHub Codespaces using Visual Studio or browser is nice and works with Julia (after some config). You’ll get the VS Code UI with that and can use the Julia extension for it.

I believe https://nextjournal.com/ and https://codeocean.com/ are also options.

3 Likes
1 Like

Cocalc is an alternative with a very slow free option and modest pay option.

3 Likes

You could ask local IT to set up a Jupyter server. If you don’t have a large number of users, a commodity box will be sufficient. The setup is quite simple.

1 Like

Check this list https://github.com/xiaodaigh/awesome-data-science-notebook-engines

I think cocalc and NextJournal will work.

4 Likes

You are right, https://CoCalc.com fully supports Julia. We provide Jupyter notebooks with Julia 1.0, 1.3.1 and 1.4 kernels, and continue to ugrade and maintain our Julia support since it is in high demand by an increasing number of CoCalc users. We also provide command line terminal Julia, syntax highlighting and splitting for editing .jl files, X11 graphics, and a 1-click JupyteLab server. CoCalc is sufficiently open source that you can run your own server (see GitHub - sagemathinc/cocalc-docker: Docker setup for running CoCalc as downloadable software on your own computer), but we currently don’t have Dockerfile recipes that include Julia pre-installed (pull requests welcome).

8 Likes

Add some magic from here would help.

You can use google colab but it takes maybe 10 minutes each time you start as julia has to install.

You could also use GESIS notebooks notebooks.gesis[.]org (free for academic use) as an alternative, it builds on top of binderhub (mybinder) and the user sessions are persisted (the sweet spot between a binderhub and a jupyterhub :slight_smile: ).

Any binder-able Julia repo can be directly imported in persistent binderhub, Pluto.jl notebooks can also be created and saved on gesis notebooks.

To open a pluto.jl server(just like mybinder) you can use this link, but sign up is required to persist your changes to the notebooks.

To open the demo Julia repo you can use this link, sign up required.

1 Like

https://notebooks.gesis.org/ is the Link

1 Like