Created
February 23, 2020 09:02
-
-
Save sizhky/7ed747d7228ce0bec850f1256887443e to your computer and use it in GitHub Desktop.
jbck
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# !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