Skip to content

Instantly share code, notes, and snippets.

@atodev
Last active November 13, 2020 00:17
Show Gist options
  • Save atodev/97a15a1a6b04be8381dc8bacba592021 to your computer and use it in GitHub Desktop.
Save atodev/97a15a1a6b04be8381dc8bacba592021 to your computer and use it in GitHub Desktop.
[Export] Export a file from Jupyter #JN
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