-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File panel doesn't read files #18
Comments
hmm that's odd. what OS are you using? |
Yosemite |
what happens if you try to visit http://localhost:5000/file/enron_outliers.py in your browser? |
Hi @glamp, I'll give it a try tomorrow. Thanks! Btw, is it possible to config the ide as a server and connect to it outside from local host? (As we do with IPython notebook). |
yup #28 |
i added some logging in the latest release 899a5c0 if you run |
Tried without upgrading to go to http://localhost:5000/file/enron_outliers.py, didn't load the page. Then upgraded. But when I tried Traceback (most recent call last): |
woof. not sure what to make of that. maybe remove |
Really cool IDE guys!
One issue: I can read .py files when using the File menu dialog. However, if I click in the file name that appears in the file panel in at right-bottom, a new tab with the file name appears but looks empty. I've started the IDE just as explained in the quickstart and the files are those contained in the folder where I run
rodeo .
.The text was updated successfully, but these errors were encountered: