Jupyter Notebook
1. Open a terminal and type "jupyter notebook" (Install jupyter notebook: pip install jupyter) 2. Open a browser and go to "localhost:8888" (Takes a moment .. :) (webpage about token and redirecting page might show up, but please just wait a little more :) ) 3. Click "New" → "Python3" and create your new notebook :) . 4. Rename your notebook and print a message. 5. Click "Save and Checkpoint" an..
2020.03.28