machine-learning-articles icon indicating copy to clipboard operation
machine-learning-articles copied to clipboard

6 useful magic commands for Jupyter Notebook

Open khuyentran1401 opened this issue 4 years ago • 0 comments

TL;DR

6 useful magic commands for Jupyter Notebook

Article Link

https://towardsdatascience.com/6-magic-commands-that-every-data-wizard-should-know-87eaf9e2567c

Useful Tools

  • %%writefile: export the code in cells into .py file
  • %pycat: display the content of external files
  • %store: Share variable between different notebooks

khuyentran1401 avatar Aug 28 '20 14:08 khuyentran1401