Closed spthakkar closed 2 years ago
following is my commnad prompt
Could not open static file ''
[W 14:19:06.318 NotebookApp] 404 GET /static/components/react/react-dom.production.min.js (127.0.0.1) 5.99ms referer=http://localhost:8888/tree?token=aa1b7a7047fecc46e0a2b914c3e83881171d0d62e6f59d78
[W 14:19:06.335 NotebookApp] 404 GET /static/components/react/react-dom.production.min.js (127.0.0.1) 1.09ms referer=http://localhost:8888/tree?token=aa1b7a7047fecc46e0a2b914c3e83881171d0d62e6f59d78
/home/shital/anaconda3/envs/tensorflow/lib/python3.8/json/encoder.py:257: UserWarning: date_default is deprecated since jupyter_client 7.0.0. Use jupyter_client.jsonutil.json_default.
return _iterencode(o, 0)
[E 14:19:34.780 NotebookApp] Uncaught exception GET /notebooks/PhD_material/Students2021-22/Smit_Paper/Codes/Xception.ipynb (127.0.0.1)
HTTPServerRequest(protocol='http', host='localhost:8888', method='GET', uri='/notebooks/PhD_material/Students2021-22/Smit_Paper/Codes/Xception.ipynb', version='HTTP/1.1', remote_ip='127.0.0.1')
Traceback (most recent call last):
File "/home/shital/anaconda3/envs/tensorflow/lib/python3.8/site-packages/tornado/web.py", line 1702, in _execute
result = method(*self.path_args, *self.path_kwargs)
File "/home/shital/anaconda3/envs/tensorflow/lib/python3.8/site-packages/tornado/web.py", line 3173, in wrapper
return method(self, args, kwargs)
File "/home/shital/anaconda3/envs/tensorflow/lib/python3.8/site-packages/notebook/notebook/handlers.py", line 90, in get
self.write(self.render_template('notebook.html',
File "/home/shital/anaconda3/envs/tensorflow/lib/python3.8/site-packages/notebook/base/handlers.py", line 519, in render_template
return template.render(ns)
File "/home/shital/anaconda3/envs/tensorflow/lib/python3.8/site-packages/jinja2/environment.py", line 1301, in render
self.environment.handle_exception()
File "/home/shital/anaconda3/envs/tensorflow/lib/python3.8/site-packages/jinja2/environment.py", line 936, in handle_exception
raise rewrite_traceback_stack(source=source)
File "/home/shital/anaconda3/envs/tensorflow/lib/python3.8/site-packages/notebook/templates/notebook.html", line 1, in top-level template code
{% extends "page.html" %}
File "/home/shital/anaconda3/envs/tensorflow/lib/python3.8/site-packages/notebook/templates/page.html", line 154, in top-level template code
{% block header %}
File "/home/shital/anaconda3/envs/tensorflow/lib/python3.8/site-packages/notebook/templates/notebook.html", line 112, in block 'header'
{% for exporter in get_frontend_exporters() %}
File "/home/shital/anaconda3/envs/tensorflow/lib/python3.8/site-packages/notebook/notebook/handlers.py", line 19, in get_frontend_exporters
from nbconvert.exporters.base import get_export_names, get_exporter
File "/home/shital/anaconda3/envs/tensorflow/lib/python3.8/site-packages/nbconvert/init.py", line 4, in
Unfortunately, I do not have the time/capacity to help with individual installations. If there is a clear repeatable issue from the actual code (beyond installation issues), I am glad to help.
Describe the bug A clear and concise description of what the bug is. If you have a general programming question, Stack Overflow is a better forum. Please only add issues specifically related to a problem with the code in this repository. I followed steps as mentioned in file https://github.com/jeffheaton/t81_558_deep_learning/blob/master/install/tensorflow-install-jul-2020.ipynb
when i start to test jupyter notebook it gives me 500: internal server error Expected behavior A clear and concise description of what you expected to happen. Running jupyter notebook with my GPU Which Notebook Contains this Issue Please let me know which notebook contains the code for the issue you are reporting. (e.g. https://github.com/jeffheaton/t81_558_deep_learning/blob/master/t81_558_class_01_1_overview.ipynb) https://github.com/jeffheaton/t81_558_deep_learning/blob/master/install/tensorflow-install-jul-2020.ipynb