from hereにとjupyter package
をインストールしました。今私が古いipythonのノートをから開くとノートブックとして表示されません。ここでは、ノートブックの古い作品はでどのように見えるかです原子を持つjupyter ipynbを実行中
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"#importing all the libraries\n",
"import numpy as np\n",
"import pandas as pd\n",
"import sys \n",
"sys.path.append(\"/Users/myname/Documents/things")\n",
"import quadedge as qd\n",
"sys.path.append(\"/Users/myname/Documents/otherthings\")\n",
"import latdevcode as latdev\n",
"import cendevcode as latgen\n",
"import matplotlib.pyplot as plt"
]
},
私は何かが足りないのですか?どのようにしてに正しくナビゲートするにはjupyter notebook
を正しく設定できますか?