Uninstalling
To remove the M269 software:
-
Delete folder
~/venvs/m269-25j. -
Windows: delete any desktop shortcuts you created.
- Find out which file defines commands
m269-25jandnb:- Windows: open a PowerShell and enter
$Profile.CurrentUserCurrentHostto obtain the file name - Linux and macOS: open a terminal and enter
echo $0to obtain the shell you’re using. If it’s fish, then the commands are in file~/.config/fish/config.fish, otherwise they’re in file~/.shellrc, whereshellis the name of your shell. For example, if you’re using bash, then it’s file~/.bashrc.
- Windows: open a PowerShell and enter
-
Open the file in a text editor.
-
Search for the lines that define
m269-25jandnb. Delete those lines. - Save the file and close the text editor.
If you also want to remove the M269 styling of notebooks:
-
Open file
~/.jupyter/custom/custom.cssin a text editor. -
Delete all lines from
/* Start of M269-25J ... */to/* End of M269-25J ... */. -
Save the file and close the editor.
| ⇦ Using | ⇧ Home | Re-installing ⇨ |