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

Dataframes #105

Merged
merged 4 commits into from
Oct 17, 2017
Merged

Dataframes #105

merged 4 commits into from
Oct 17, 2017

Conversation

snth
Copy link
Contributor

@snth snth commented Oct 17, 2017

Adds the Streaming Dataframes plot example from your blog.

Btw, I find it a bit confusing/unclear where the output ends up. In particular in my case it tends to go to the cell where the last code execution was.

So I couldn't get it to look nice like your gifs and rather my output ended up all going to the same cell. Having multiple commands' output appear in the same cell produced a lot of flicker for me. That is why I have the earlier output producing commands commented out.

@mrocklin
Copy link
Collaborator

Btw, I find it a bit confusing/unclear where the output ends up. In particular in my case it tends to go to the cell where the last code execution was.

Interesting. Can I ask you to try updating ipywidgets and see if things change for you?

@codecov-io
Copy link

codecov-io commented Oct 17, 2017

Codecov Report

Merging #105 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #105   +/-   ##
=======================================
  Coverage   93.65%   93.65%           
=======================================
  Files          12       12           
  Lines        1371     1371           
=======================================
  Hits         1284     1284           
  Misses         87       87

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a0e7a4a...59a4b74. Read the comment docs.

@snth
Copy link
Contributor Author

snth commented Oct 17, 2017

Just tried that.

ipywidgets: 6.0.0-py36_0 --> 7.0.1-py_2 conda-forge

That didn't change anything.

Trying conda update --all -c conda-forge next.

@snth
Copy link
Contributor Author

snth commented Oct 17, 2017

Ok, it's working now. Not sure what did it.

I had restarted the kernel after the ipywidgets update but hadn't restarted the jupyter notebook server.

This is so awesome!

@mrocklin
Copy link
Collaborator

Merging. Thanks @snth !

@mrocklin mrocklin merged commit d98f372 into python-streamz:master Oct 17, 2017
CJ-Wright pushed a commit to CJ-Wright/streamz that referenced this pull request Nov 15, 2017
* Adds .ipynb_checkpoints/ to .gitignore

* Adds the Streaming Dataframes example from mrocklin's blog

* Fixes a typo in the async documentation

* Takes out the comments since working properly now
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

Successfully merging this pull request may close these issues.

3 participants