I tried to import a laptop into iPython (Jupyter after upgrade). But for some reason, I can import any laptop only if I run it as root. Otherwise, I get the following error for all laptops.
An unknown error occurred while loading the laptop. This version can download laptop formats v4 or earlier. See Server Log for details.
Notebook iPython3 is capable of loading notebooks. Is there something I can do to solve this?
[W 23:04:29.100 NotebookApp] 404 GET /static/components/MathJax/config/Safe.js?rev=2.5.3 (127.0.0.1) 40.67ms referer=http://localhost:8889/notebooks/Challenges/German%20Credit%20Dataset%20Classification%20-%20Challenge%201/GermanCreditCardClassification.ipynb [E 23:04:29.377 NotebookApp] Unhandled error in API request Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/notebook/base/handlers.py", line 436, in wrapper result = yield gen.maybe_future(method(self, *args, **kwargs)) File "/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 870, in run value = future.result() File "/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py", line 215, in result raise_exc_info(self._exc_info) File "/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 230, in wrapper yielded = next(result) File "/usr/local/lib/python2.7/dist-packages/notebook/services/contents/handlers.py", line 129, in get path=path, type=type, format=format, content=content, File "/usr/local/lib/python2.7/dist-packages/notebook/services/contents/filemanager.py", line 348, in get model = self._notebook_model(path, content=content) File "/usr/local/lib/python2.7/dist-packages/notebook/services/contents/filemanager.py", line 308, in _notebook_model self.mark_trusted_cells(nb, path) File "/usr/local/lib/python2.7/dist-packages/notebook/services/contents/manager.py", line 447, in mark_trusted_cells trusted = self.notary.check_signature(nb) File "/usr/local/lib/python2.7/dist-packages/nbformat/sign.py", line 220, in check_signature if self.db is None: File "/usr/local/lib/python2.7/dist-packages/traitlets/traitlets.py", line 439, in __get__ value = self._validate(obj, dynamic_default()) File "/usr/local/lib/python2.7/dist-packages/nbformat/sign.py", line 126, in _db_default db = sqlite3.connect(self.db_file, **kwargs) OperationalError: unable to open database file [E 23:04:29.389 NotebookApp] { "Accept-Language": "en-US,en;q=0.8", "Accept-Encoding": "gzip, deflate, sdch", "Connection": "keep-alive", "Accept": "application/json, text/javascript, */*; q=0.01", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36", "Dnt": "1", "Host": "localhost:8889", "X-Requested-With": "XMLHttpRequest", "Referer": "http://localhost:8889/notebooks/Challenges/German%20Credit%20Dataset%20Classification%20-%20Challenge%201/GermanCreditCardClassification.ipynb" } [E 23:04:29.390 NotebookApp] 500 GET /api/contents/Challenges/German%20Credit%20Dataset%20Classification%20-%20Challenge%201/GermanCreditCardClassification.ipynb?type=notebook&_=1449266668869 (127.0.0.1) 134.27ms referer=http://localhost:8889/notebooks/Challenges/German%20Credit%20Dataset%20Classification%20-%20Challenge%201/GermanCreditCardClassification.ipynb
Ipython Details Server Information:
You are using Jupyter notebook. The version of the notebook server is 4.0.2 and is running on: Python 2.7.6 (default, Jun 22 2015, 17:58:13) [GCC 4.8.2] Current Kernel Information: unable to contact kernel
OS: Linux Mint x64, running on the kernel 3.13.0-37-generic
Answer: KT. the solution works. I think I started Jupyter as root for the first time, which made the files inaccessible to non root users, as mentioned by KT.