Created
April 20, 2023 20:23
-
-
Save jjhelmus/ff5a71997aa75a9b1440dcbb9c93df74 to your computer and use it in GitHub Desktop.
Sample Publish from Jupyterlab
This file contains 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
{"metadata":{"kernelspec":{"display_name":"Python 3 (ipykernel)","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.9.16"}},"nbformat_minor":5,"nbformat":4,"cells":[{"cell_type":"code","source":"print(\"Hello World!!\")","metadata":{"trusted":true},"execution_count":2,"outputs":[{"name":"stdout","output_type":"stream","text":"Hello World!\n"}],"id":"4d5b09ed-2fd0-40ab-abd0-ca304bc9e237"},{"cell_type":"code","source":"","metadata":{"trusted":true},"execution_count":null,"outputs":[],"id":"979b6dc7-0567-4015-988d-4ac712675fba"}]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment