Use any of the following services.
WARNING: Please be aware that these services provide temporary environments: anything you do will be deleted after a while, so make sure you save anything you care about.
-
Open this repository in Binder:
- Note: Most of the time, Binder starts up quickly and works great, but when handson-ml2 is updated, Binder creates a new environment from scratch, and this can take quite some time.
-
Or open it in Deepnote:
-
Or open it in Colaboratory:
- Note: Colab environments only contain the notebooks you open, they do not clone the rest of the project, so you need to do it yourself by running
!git clone https://github.com/MaximShovkun/twitter_analytics
and!mv twitter_analytics/* /content
to have access to other files in this project (such as datasets and images). Moreover, Colab does not come with the latest libraries, so you need to run!python3 -m pip install -U -r requirements.txt
then restart the environment (but do not reset it!). If you open multiple notebooks from this project, you only need to do this once (as long as you do not reset the runtimes).
- Note: Colab environments only contain the notebooks you open, they do not clone the rest of the project, so you need to do it yourself by running
Browse this repository using jupyter.org's notebook viewer:
Note: github.com's notebook viewer also works but it is slower and the math equations are not always displayed correctly.