jupyter

    0熱度

    1回答

    我已與此 .container { width:100% !important; } 增加jupyter筆記本的單元格的寬度上我的瀏覽器不過,我也想縮小文本單元的左邊部分。 enter image description here 對於上述圖象I想縮小部分div.prompt.input_prompt。 是否有可能只用css做到這一點?怎麼樣? 此外,如果可以這樣做,如何爲所有非代

    2熱度

    2回答

    元素我使用此代碼加載我的文件: with open('filepath') as myfile: data = [next(myfile) for x in xrange(100)] print data print json.dumps(data, indent=1, sort_keys=False) 在第一種情況下,結構我得到的,是這樣的: [ '{"A": "Av

    1熱度

    1回答

    我繼續使用ReadTheDocs使用帶有使用sphinx和readthedocs主題呈現的Jupyter筆記本的github存儲庫構建失敗。我能夠在本地渲染這些,但是當我嘗試用RTD,我得到以下失敗消息: 我試着放置nbsphinx.py服務器中的資源,但事情仍然會失敗。鏈接到RTD是在這裏: https://readthedocs.org/projects/calculus-notes/ Git

    -2熱度

    1回答

    我試圖計算方誤差之和(SSE),下面提到 def SSEadver(tv_train,radio_train,newsppr_train,y_train): y_train_predct = [] sse_train = 0 y_train_predct_srs = 0 # Calculating the predicted sales values on training data

    0熱度

    1回答

    這裏是個大問題: 我是否需要明確安裝一個庫,如Plotly,爲了我的本地託管筆記本進口呢?

    0熱度

    1回答

    當我運行jupyter notebook list我得到: Currently running servers: http://localhost:8888/?token=2f349408fa7154054c6f3f63128f3461eb9983ec068726d1 :: /path/to/project 我查了security目錄,其中連接文件應保存當前配置文件,它的空。 我試圖jupyter

    -1熱度

    1回答

    我試圖使用Seaborn將數據可視化。我已經在pyspark中使用SQLContext創建了一個數據框。但是,當我調用lmplot時會導致錯誤。我不知道我錯過了什麼。下面給出的是我的代碼(我使用jupyter筆記本): import pandas as pd from matplotlib import pyplot as plt import seaborn as sns from

    1熱度

    2回答

    我要打開一個Excel文件,我這樣做: xl_file = pd.ExcelFile('D:\mypath\myFile.xls') 在PyCharm(Python的2.7.8),它完美的作品,但Jupyter(Python的3),我總是這個錯誤: FileNotFoundError: [Errno 2] No such file or directory 可能是什麼原因?

    0熱度

    1回答

    我試圖使用pyAudioAnalysis庫從mp3文件中提取功能。我遇到的問題是我無法讓我的Jupyter Notebook找到eyed3,這對於圖書館來說很重要。這裏是我的代碼: from pyAudioAnalysis import audioBasicIO from pyAudioAnalysis import audioFeatureExtraction import matplotl

    1熱度

    2回答

    Image of how my dataframe looks at the minute 我想把一個新的列放到我的數據框中,名爲「議會」,這將基於鎮字段。舉例來說,如果Town == Belfast,我想新的專欄委員會保持價值貝爾法斯特。但要注意的是,這些議會的一些價值觀與城鎮並不相同。另一個例子可能是,鎮可能是Clogher,我想把理事會價值弗馬納。我對Python非常陌生,非常感謝任何幫助。