Skip to content

Instantly share code, notes, and snippets.

@misterhay
Created July 7, 2023 15:59
Show Gist options
  • Select an option

  • Save misterhay/ef6f675c3957723c3ffb4560ca3215ba to your computer and use it in GitHub Desktop.

Select an option

Save misterhay/ef6f675c3957723c3ffb4560ca3215ba to your computer and use it in GitHub Desktop.
A notebook stub to demontrate writefile magic
Display the source blob
Display the rendered blob
Raw
{"cells":[{"attachments":{},"cell_type":"markdown","metadata":{},"source":["# writefile demo"]},{"cell_type":"code","execution_count":null,"metadata":{},"outputs":[],"source":["%%writefile data.csv\n","column1,column2,column3\n","5,2,5\n","1,7,7"]}],"metadata":{"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.1"}},"nbformat":4,"nbformat_minor":2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment