Python Forum
Jupyter throw error - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Jupyter throw error (/thread-20202.html)



Jupyter throw error - aritra19 - Jul-31-2019

I am working on 2 projects.

1. https://github.com/rddy/deepassist

Dependencies:

Tensorflow 1.3.0
Baselines 0.1.4
Gym 0.9.1
Box2D 2.3.2
box2D-py 2.3.8

After installing all dependencies, the py codes are running well. But when I am trying to analyse in Jupyter, it is throwing some errors. Can anyone build the project and check where is the wrong?

2. https://github.com/rddy/isql

For this project, after installing all dependencies, the py codes are running as well. The jupyter part is throwing some errors.