Skip to content

Instantly share code, notes, and snippets.

@sizhky
Created February 23, 2020 09:02
Show Gist options
  • Save sizhky/7ed747d7228ce0bec850f1256887443e to your computer and use it in GitHub Desktop.
Save sizhky/7ed747d7228ce0bec850f1256887443e to your computer and use it in GitHub Desktop.
jbck
# !jbck train.ipynb -> folder.of.train.ipynb/18:[email protected]
ip="train.ipynb"
!echo {ip}
!mkdir -p folder.of.{ip}
!jupyter nbconvert {ip}
!mv {stem(ip)}.html folder.of.{ip}/$(date +%H:%M@%d%b%y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment