-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Gitpod instructions #6549
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
Gitpod instructions #6549
Conversation
cc: @SangamSwadiK |
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.
Looks good to me! I think this is ready to merge. Note that there are many directions in which this could be expanded...
- It's possible to open directly in VS Code, which may be desirable for people with low-bandwidth connections. Visit https://gitpod.io/workspaces, click "New Workspace", in Context URL type github.com/pymc-devs/pymc. Under Editor select "VS Code - Desktop", and click the "New Workspace" button. After some time a link will be generated which can be opened to launch VS Code. Then click "Yes, I trust the authors". Open question: is there an even simpler way?
- It should be possible to share a workspace in the style of Google Docs so that multiple people can edit the same files simultaneously. In pure non-GitPod VS Code this feature is called "Live Share". Can this be achieved easily with GitPod? Is there interoperability between the browser version and the "desktop" version? I started investigating this a bit with @rowangayleschaefer.
Also some general things to test: do the credentials get configured correctly for committing and pushing? Are the plugins configured in a sensible way? Do the pre-commit hooks run smoothly?
@maresb RE: Git |
Ya, it's not so useful without Git. I tried, and I managed to get it working. Here's the trick that worked for me... Go to: Next: |
Some notes after testing with @SangamSwadiK
|
Not sure if this is needed: |
@maresb |
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.
Excellent work! Just a few minor comments.
Co-authored-by: Ben Mares <[email protected]>
* Check version of pymc: `pip list | grep pymc` | ||
|
||
Example: |
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.
* Check version of pymc: `pip list | grep pymc` | |
Example: | |
a) Check version of pymc: `pip list | grep pymc`. Example: |
This might be a bit more consistent with the sub items above. Otherwise, the "Example" and code lines should probably be indented at the same level as the text in "Check version...", not at the same level as the "*"
Co-authored-by: Oriol Abril-Pla <[email protected]>
Co-authored-by: Oriol Abril-Pla <[email protected]>
Co-authored-by: Oriol Abril-Pla <[email protected]>
Great work everyone! I have been wondering, how does it work that we have this mixture between RST and Markdown? Is this enabled by a Sphinx plugin? |
Yes, myst-parser is the one that makes this possible. https://sphinx-primer.readthedocs.io/en/latest/ has a quick overview of how sphinx is used for pymc docs in case you are interested |
Thanks so much @reshamas! |
What is this PR about?
Towards #180
Towards #6215
Checklist
Documentation
Notes
Image tries that do not work
NOT TESTED: Ben's notes
Using VSCode Locally on Computer
It is possible to open the Gitpod session directly in VS Code, which may be desirable for people with low-bandwidth connections. Visit https://gitpod.io/workspaces, click "New Workspace", in Context URL type github.com/pymc-devs/pymc. Under Editor select "VS Code - Desktop", and click the "New Workspace" button. After some time a link will be generated which can be opened to launch VS Code. Then click "Yes, I trust the authors".
Running VSC Locally
Notes: