You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2020. It is now read-only.
File "main.py", line 15, in <module>:
query = open(join(dirname(__file__), 'query.sql')).read() Traceback (most recent call last):
File "/opt/continuum/kapsels/wwarner/movie-example5/envs/default/lib/python2.7/site-packages/bokeh/application/handlers/code_runner.py", line 83, in run
exec(self._code, module.__dict__)
File "/opt/continuum/kapsels/wwarner/movie-example5/main.py", line 15, in <module>
query = open(join(dirname(__file__), 'query.sql')).read()
IOError: [Errno 2] No such file or directory: '/opt/continuum/kapsels/wwarner/movie-example5/query.sql'