Last active
November 13, 2020 00:17
-
-
Save atodev/97a15a1a6b04be8381dc8bacba592021 to your computer and use it in GitHub Desktop.
[Export] Export a file from Jupyter #JN
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
df.to_csv(r'somename.csv') | |
dfc.to_csv(r'edgelistall.csv', index = False) | |
to html | |
!jupyter nbconvert --to html cae-count.ipynb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment