Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Flask Basics Welcome to Flask First Steps

'app.run(debug=True)' works in the Workspace, but not in my Jupyter Notebook

I cannot run an app in debug mode on my Notebook; it keeps exiting with the error 'An exception has occurred, use %tb to see the full traceback'. But with debug mode off, the app works just fine

1 Answer

Megan Amendola
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree seal-36
Megan Amendola
Treehouse Teacher

Hi! I would suggest using something like Visual Studio Code or Pycharm for web development with Python. Jupyter Notebook is best used with data and Python libraries like Numpy, Pandas, Matplotlib, etc.