8000 [wip] - ipyplotly fixes by chriddyp · Pull Request #956 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

[wip] - ipyplotly fixes #956

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

Closed
wants to merge 15 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try specifying python version
  • Loading branch information
chriddyp committed Mar 6, 2018
commit 9ef62a11c18401a92fd1bc36574cf1e4b85f268a
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
- pip install -e .
- pip install tox
- tox --notest
- python setup.py codegen
- python3.6 setup.py codegen
- pip install -I .
- jupyter nbextension enable --py widgetsnbextension
- jupyter nbextension install --py --symlink --sys-prefix plotlywidget
Expand Down
0