Skip to content
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

Issues: dataframe, files, autocompletion & Suggestions #37

Closed
linkerzx opened this issue Apr 24, 2015 · 8 comments
Closed

Issues: dataframe, files, autocompletion & Suggestions #37

linkerzx opened this issue Apr 24, 2015 · 8 comments

Comments

@linkerzx
Copy link

Really liking the project and current work, it feels really responsive 👍 and I could definitely see myself using this in my job.

Unfortunately, I am using osx (maverick) and dataframes and files don't get added to the UI.
auto completion also doesn't seem to work. I tried in Chrome and FFox to not avail :(

Also would it be possible to have a confirmation box when attempting to close/refresh the page and an autosave (could be only for as long as the server session last) of the changes that were done.
I closed the window a couple of times and was every-time greeted to an empty shell :(

@glamp
Copy link
Contributor

glamp commented Apr 24, 2015

Unfortunately, I am using osx (maverick) and dataframes and files don't get added to the UI.

That's annoying. There are a few other open issues for Files not being seen in the UI. That should get taken care of relatively soon.

Not sure about the data frames not showing up. If you run isinstance(yourdf, pd.DataFrame) do you get True?

Confirmation boxes and autosave are great ideas. I'll add them.

@linkerzx
Copy link
Author

yes it results true

isinstance(df , pd.DataFrame)
True

@joshpurvis
Copy link

I'm able to reproduce the dataframe issue @linkerzx is describiing using a virtualenv with:

pandas==0.16.0

However, when I install into an old virtualenv with this version:

pandas==0.15.2

The dataframes are now showing fine..

@glamp
Copy link
Contributor

glamp commented Jun 17, 2015

any luck with the latest release?

@glamp glamp closed this as completed Jun 17, 2015
@AndreMiras
Copy link

I had the issue myself with previous release, but rodeo==0.4.1 solved it for me.

@linkerzx
Copy link
Author

as of version 0.4.3,
*autocompletion works fine.
*files work fine.
*Dataframe is still not showing up

@glamp
Copy link
Contributor

glamp commented Jun 18, 2015

is there anything in the javascript console?

@glamp glamp reopened this Jun 18, 2015
@glamp
Copy link
Contributor

glamp commented Jul 2, 2015

closing due to inactivity and solved for other people

@glamp glamp closed this as completed Jul 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants