Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 680 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 680 Bytes

Jupyter-loader

A shortcut using which you can load your conda environments in any directory with minimal GUI support

Steps for Ubuntu

  • Changing permissions, owner and group of the script
sudo su
chmod 755 jupyter-script
chown root:root jupyter-script
cp jupyter-script /usr/bin/jupyter-script
  • Add shortcut key in Settings > Devices > Keyboard to execute following command
gnome-terminal -e /usr/bin/jupyter-script

I have used F6 key

and you are good to go..!!

Now you can use this key to quickly use jupyter