-
Notifications
You must be signed in to change notification settings - Fork 61
Documetnation3 #338
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
Draft
12rambau
wants to merge
57
commits into
widgetti:master
Choose a base branch
from
12rambau:documetnation3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Documetnation3 #338
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
widgets usually don't overwrite the __init__ method
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rational
It's been several years now that i've been using the
ipyvuetifyto build succesfull dashboard and I must confess that with the release of Solara I was delighted to see I can now deploy them outside of a jupyter server context freeign from lots of issues I faced in the past.The one major drawback that I faced in this timeframe is the difficulty to train pure python data scientist, or pure python developer into using this lib. The main blocker for them was the absence of documentation of components in Python. To use the lib you need to first understand the vue scripting mechanism and then understand the way ipyvuetify wire everything together. It's too long of a process for most. So I decided to embark myself again on this crusade of building a full documentation for the lib. By doing so I realized that reproducing all the exemple from the original doc is also challenging even for a seasoned user like myself making it even more relevant (I think).
The pre-build of the documentation can be found here: https://ipyvuetify-docs-test.readthedocs.io/en/latest/
I tried 2 years ago to perfomr the same exercice and it never went through as our presence in the open source space was out of sync, this time I will propose a complete thing even if sometime I go a bit sideway from what you would have coded yourself
Modifications
WIP
TODO
linked issues
Fix #268
Fix #180
Fix #13