Skip to content

Instantly share code, notes, and snippets.

@dfbarrero
Last active April 1, 2020 20:39
Show Gist options
  • Select an option

  • Save dfbarrero/e3c0d42f3c4d089b29718b6d0c7b15f0 to your computer and use it in GitHub Desktop.

Select an option

Save dfbarrero/e3c0d42f3c4d089b29718b6d0c7b15f0 to your computer and use it in GitHub Desktop.
ConsoleTips
cd $_ # $_ is the last argument given to the last command
cd - # - is the last folder
# Intall Jupyter support for conda environments
conda install nb_conda
conda install ipykernel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment