-
-
Notifications
You must be signed in to change notification settings - Fork 544
roughing in python-next #1387
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
roughing in python-next #1387
Conversation
@michaelbabyn this is what I've got so far... looking ok, and the changes don't seem super-intrusive :) |
Python next chart studio
{% assign languagelistimg = site.posts | where:"language","python" |where:"display_as","chart_events" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %} | ||
{% include documentation_eg.html %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be good to update the documentation_eg.html file so that the updates to the figurewidget section from the python reorg get applied here too. This will make the figureWidgets section display thumbnails like the others
update ipynb files to use front matter from python reorg and re-generate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this PR is good enough to get merged. 💃
No description provided.