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 has been archived by the owner on Aug 2, 2019. It is now read-only.
I've used Vincent (in IPython notebook) several months ago. To refresh my memory I've opened Quick Start, saw import and Line usage, remembered (almost) everything about this library, wrote this code into IPython notebook and... nothing. Results were empty. I had to spend 10 minutes with Firebug (is vega loading?) trying to understand the reason. Finally I reread Quick Start almost until the end and stumbled upon IPython integration.
I think that most users use Vincent in the IPython notebook. Please, move vincent.initialize_notebook() to the top of Vincent Quick Start, because people tend to copy paste code and expect that it would work, moreover it's presented as IPython notebook.
The text was updated successfully, but these errors were encountered:
I've used Vincent (in IPython notebook) several months ago. To refresh my memory I've opened Quick Start, saw
import
andLine
usage, remembered (almost) everything about this library, wrote this code into IPython notebook and... nothing. Results were empty. I had to spend 10 minutes with Firebug (is vega loading?) trying to understand the reason. Finally I reread Quick Start almost until the end and stumbled upon IPython integration.I think that most users use Vincent in the IPython notebook. Please, move
vincent.initialize_notebook()
to the top of Vincent Quick Start, because people tend to copy paste code and expect that it would work, moreover it's presented as IPython notebook.The text was updated successfully, but these errors were encountered: