Skip to content

Instantly share code, notes, and snippets.

@xunzhou
Created April 9, 2018 07:14
Show Gist options
  • Save xunzhou/bc864690584250f930c448df2c532e40 to your computer and use it in GitHub Desktop.
Save xunzhou/bc864690584250f930c448df2c532e40 to your computer and use it in GitHub Desktop.
SoSIpynbTest
{
"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