主頁(yè) > 知識(shí)庫(kù) > 解決jupyter加載文件失敗的問(wèn)題

解決jupyter加載文件失敗的問(wèn)題

熱門標(biāo)簽:千陽(yáng)自動(dòng)外呼系統(tǒng) 江蘇客服外呼系統(tǒng)廠家 原裝電話機(jī)器人 平頂山外呼系統(tǒng)免費(fèi) 工廠智能電話機(jī)器人 400電話申請(qǐng)服務(wù)商選什么 清遠(yuǎn)360地圖標(biāo)注方法 在哪里辦理400電話號(hào)碼 西藏智能外呼系統(tǒng)五星服務(wù)

遇到個(gè)小白常見(jiàn)的問(wèn)題,發(fā)現(xiàn)度娘里面沒(méi)有記錄,翻墻谷歌了下,解決問(wèn)題,在此寫個(gè)說(shuō)明。

事情起因:

在jupyter notebook中導(dǎo)入文件時(shí)發(fā)生了錯(cuò)誤:

%load p2_test1.py

錯(cuò)誤信息:

---------------------------------------------------------------------------
NameError                 Traceback (most recent call last)
/usr/local/lib/python3.5/dist-packages/IPython/core/interactiveshell.py in find_user_code(self, target, raw, py_only, skip_encoding_cookie, search_ns)
  3586     try:                       # User namespace
-> 3587       codeobj = eval(target, self.user_ns)
  3588     except Exception:
 
string> in module>
 
NameError: name 'p2_test1' is not defined
 
During handling of the above exception, another exception occurred:
 
ValueError                Traceback (most recent call last)
ipython-input-1-e4e531e2ca85> in module>
----> 1 get_ipython().run_line_magic('load', 'p2_test1.py')
 
/usr/local/lib/python3.5/dist-packages/IPython/core/interactiveshell.py in run_line_magic(self, magic_name, line, _stack_depth)
  2285         kwargs['local_ns'] = sys._getframe(stack_depth).f_locals
  2286       with self.builtin_trap:
-> 2287         result = fn(*args,**kwargs)
  2288       return result
  2289 
 
decorator-gen-47> in load(self, arg_s)
 
/usr/local/lib/python3.5/dist-packages/IPython/core/magic.py in lambda>(f, *a, **k)
  185   # but it's overkill for just that one bit of state.
  186   def magic_deco(arg):
--> 187     call = lambda f, *a, **k: f(*a, **k)
  188 
  189     if callable(arg):
 
/usr/local/lib/python3.5/dist-packages/IPython/core/magics/code.py in load(self, arg_s)
  333     search_ns = 'n' in opts
  334 
--> 335     contents = self.shell.find_user_code(args, search_ns=search_ns)
  336 
  337     if 's' in opts:
 
/usr/local/lib/python3.5/dist-packages/IPython/core/interactiveshell.py in find_user_code(self, target, raw, py_only, skip_encoding_cookie, search_ns)
  3588     except Exception:
  3589       raise ValueError(("'%s' was not found in history, as a file, url, "
-> 3590                 "nor in the user namespace.") % target)
  3591 
  3592     if isinstance(codeobj, str):
 
ValueError: 'p2_test1.py' was not found in history, as a file, url, nor in the user namespace.

出現(xiàn)這個(gè)問(wèn)題是因?yàn)榻忉屍髡也坏綄?duì)應(yīng)的文件。念了“媽咪媽咪轟”pwd后,發(fā)現(xiàn)問(wèn)題所在:

%pwd 
ll

pwd顯示當(dāng)前目錄不是該文件所在的目錄。這下明白了,使用咒語(yǔ)要謹(jǐn)慎,記得在念“媽咪媽咪轟”load前,要cd到該文件的目錄下去。

參考

補(bǔ)充:Jupyter Notebook - sns.load_dataset加載文件錯(cuò)誤解決方法

seaborn模塊中sns.load_dataset加載文件錯(cuò)誤解決方法:

import seaborn as sns
data = sns.load_dataset("iris")

出現(xiàn)錯(cuò)誤:

URLError: urlopen error [Errno 11004] getaddrinfo failed>

出現(xiàn)原因:

seaborn-data文件夾里面是空的,可以另外下載該文件夾的內(nèi)容復(fù)制到該文件夾中。

下載地址:

https://github.com/mwaskom/seaborn-data

下載位置:

電腦上搜索seaborn-data文件夾

將下載下來(lái)的文件解壓后全部放進(jìn)seaborn-data文件夾

重新運(yùn)行代碼,出現(xiàn)結(jié)果。

以上為個(gè)人經(jīng)驗(yàn),希望能給大家一個(gè)參考,也希望大家多多支持腳本之家。如有錯(cuò)誤或未考慮完全的地方,望不吝賜教。

您可能感興趣的文章:
  • Jupyter加載文件的實(shí)現(xiàn)方法
  • 切換路徑在Jupyter里調(diào)用本地文件的操作
  • 解決jupyter 在瀏覽器中 代碼不執(zhí)行的問(wèn)題
  • anaconda jupyter不能導(dǎo)入安裝的lightgbm解決方案
  • 終端能到import模塊 解決jupyter notebook無(wú)法導(dǎo)入的問(wèn)題
  • jupyter讀取錯(cuò)誤格式文件的解決方案

標(biāo)簽:錦州 股票 隨州 安慶 白城 西安 日照 天水

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《解決jupyter加載文件失敗的問(wèn)題》,本文關(guān)鍵詞  解決,jupyter,加載,文件,失,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《解決jupyter加載文件失敗的問(wèn)題》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于解決jupyter加載文件失敗的問(wèn)題的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章