Skip to content

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

Notifications You must be signed in to change notification settings

ADI10HERO/Jupyter-loader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%