Created
July 7, 2023 15:59
-
-
Save misterhay/ef6f675c3957723c3ffb4560ca3215ba to your computer and use it in GitHub Desktop.
A notebook stub to demontrate writefile magic
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
| {"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