Alternative Python SetupÂś
Warning
Please ignore this bit if you downloaded and ran Thonny, and move on to the next section!
NoteableÂś
If Thonny doesnât work for you, please log in to this site using EASE:
https://noteable.edina.ac.uk/login
Youâll see something like this:
Click âStartâ. Youâll see a page with buttons for âReconnectâ and âShut Downâ. If you get stuck there click âReconnectâ, but usually it will connect on its own.
Now youâll see something like this. Your page likely wonât have any files or folders yet, as you havenât written any code!
Unfortunately thereâs a bit of setup that will be required most times when you log in. As shown in the image, click on âNewâ and then âTerminalâ. On this page there will be a black rectangle with light grey text, something like:
jovyan@jupyter-3e7qpw2snn6gqwznvouvqr-64686cbbc8-rm9xb:~$
In the terminal type in:
pip -q install mobilechelonian
and press Enter. You should see a repetition of the prompt text above (ending in $). If there are any other messages ask a tutor for help! Now close that tab and go back to the other one (with the Noteable logo in the top right corner).
Python and a text editorÂś
You could also try downloading Visual Studio Code (again available for Windows, OS X or Linux) or another text editor, and separately Python for Windows or Python for OS X. (If youâre using Linux the chances are that thereâs already an up to date Python on your computer). Youâll need to do some work to get Python and your text editor to talk to each other though â ask a tutor about this.
Tip
Wordpad, TextEdit, Notepad, and Word are not suitable code editors.