The nb alias opens a Jupyter notebook in the M269 folder. However, tutors may wish to open a dashboard in their eTMA folder to mark student notebooks. The alias should therefore be just an abbreviation of jupyter notebook and thus open a dashboard on the current folder. Since the alias will be called by students right after alias m269-23j, which cd's to the M269 folder, the new alias will have the same effect as the old one in practice, while being more flexible.
Steps to fix this issue:
[x] Remove argument of alias/function nb in install.sh/ install.ps1
[ ] uninstall.sh asks user if nb is to be removed. If so, removes alias named nb that is exactly jupyter notebook &
The
nb
alias opens a Jupyter notebook in the M269 folder. However, tutors may wish to open a dashboard in their eTMA folder to mark student notebooks. The alias should therefore be just an abbreviation ofjupyter notebook
and thus open a dashboard on the current folder. Since the alias will be called by students right after aliasm269-23j
, which cd's to the M269 folder, the new alias will have the same effect as the old one in practice, while being more flexible.Steps to fix this issue:
nb
ininstall.sh
/install.ps1
uninstall.sh
asks user ifnb
is to be removed. If so, removes alias namednb
that is exactlyjupyter notebook &