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:

_images/noteable_front_page.png

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!

_images/terminal.png

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.