我安裝了Pycharm pro(2019.07),也用anaconda安裝了python和jupyter。
但是我打開try.ipynb檔案,會顯示如下(正常應該是[1]cell:_____)。不知哪位大神可以指點一下?
```
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"\n"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
```
uj5u.com熱心網友回復:

uj5u.com熱心網友回復:
我遇到的問題是:打開一個ipynb檔案后,也沒有顯示在瀏覽器中那樣的格式,沒有單元格和控制按鈕等。
uj5u.com熱心網友回復:
Hi, I deleted the ".ipyng" in othors and added it in Jupyter Notebook in "Settings | Editor | File Types ". And then I closed the current ".ipynb" file and re-open it, and it worked! Many thanks to you and the support team of Pycharm!uj5u.com熱心網友回復:
樓主英文太厲害
!洗掉“ipyng”型別檔案嗎?有這種型別嗎?我的".ipynb"型別已經加在Jupyter Notebook中了,還是沒有單元格和控制按鈕,不知道怎么回事。
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/150375.html
