Marking
These instructions are only for M269 tutors. They make it easier to mark the submitted TMAs.
Windows
You can create additional desktop shortcuts, each opening Jupyter in a different start folder, e.g. the eTMA marking folders for each TMA.
-
Right click on the desktop. Select ‘new shortcut’.
-
Type
powershell
. Hit ‘Next’ and then ‘Finish’: ‘powershell’ gets automatically expanded to the full name of the program. -
Right click on the new desktop icon. Select ‘Properties’.
-
Modify the start-up folder to be your M269 folder.
-
Append
-file start.ps1 path/to/folder
to the target field, in order to start Jupyter inpath/to/folder
. If the path includes spaces, you must enclose it in quotes. The command should now read:C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -file start.ps1 path/to/folder
. -
You can update the shortcut icon, if you wish. To get a Jupyter icon instead of a PowerShell icon, use
%USERPROFILE%\venvs\m269-25j\Lib\site-packages\nbclassic\static\base\images\favicon.ico
.
We thank M269 tutor Bob Moore for
creating the original version of start.ps1
and of these shortcut instructions.
Linux and macOS
To open JupyterLab in folder path/to/folder
,
e.g. the eTMA folder for a particular TMA, follow these steps:
- Open a new terminal.
- Enter
cd path/to/folder
. - Enter
nb
. - After marking the notebooks, click on File > Shut Down and then close the browser tab.
- Close the terminal.
⇦ Using | ⇧ Home | Uninstalling ⇨ |