简体   繁体   中英

What is the best - the most robust interactive platform for running the Jupyter Notebooks?

In the past, ie, in late 2019, I have made my short workshop using Binder and its interactive Jupyter Notebooks . It was mostly successful, with one major crash and with some specific, "local" glitches for a few of the students.

I would appreciate it very much if you could share your experiences: what is the best - the most robust interactive platform for running the Jupyter Notebooks ? My old Binders were all in Python , but I would be keen to have a few in R as well.

Thanks!

You can use both R or Python in Google colab

Although Python is the default language, there is an option to use R as well.

to run R you can use this link https://colab.research.google.com/#create=true&language=r

Furthermore, once the notebook is created, it saved in your one drive, and you can share the link to the script as you would share any file in google drive.

To Change the language from R to python, just click on Runtime --> Runtime type --> select the desired language.

在此处输入图像描述

Google has an stable implementation. But it supports only Python.

https://colab.research.google.com/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM