Created
April 9, 2018 07:14
-
-
Save xunzhou/bc864690584250f930c448df2c532e40 to your computer and use it in GitHub Desktop.
SoSIpynbTest
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
{ | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"SoS test" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 8, | |
"metadata": { | |
"kernel": "Julia" | |
}, | |
"outputs": [ | |
{ | |
"name": "stdout", | |
"output_type": "stream", | |
"text": [ | |
"1.julia" | |
] | |
} | |
], | |
"source": [ | |
"print(\"1.julia\")" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 7, | |
"metadata": { | |
"kernel": "Python3" | |
}, | |
"outputs": [ | |
{ | |
"name": "stdout", | |
"output_type": "stream", | |
"text": [ | |
"2.python\n" | |
] | |
} | |
], | |
"source": [ | |
"print(\"2.python\")" | |
] | |
} | |
], | |
"metadata": { | |
"kernelspec": { | |
"display_name": "SoS", | |
"language": "sos", | |
"name": "sos" | |
}, | |
"language_info": { | |
"codemirror_mode": "sos", | |
"file_extension": ".sos", | |
"mimetype": "text/x-sos", | |
"name": "sos", | |
"nbconvert_exporter": "sos_notebook.converter.SoS_Exporter", | |
"pygments_lexer": "sos" | |
}, | |
"sos": { | |
"default_kernel": "SoS", | |
"kernels": [], | |
"panel": { | |
"displayed": true, | |
"height": 0, | |
"style": "side" | |
}, | |
"version": "0.9.12.11" | |
} | |
}, | |
"nbformat": 4, | |
"nbformat_minor": 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment