-
Notifications
You must be signed in to change notification settings - Fork 46
Spinup #20
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
Spinup #20
Conversation
🚀 📚 Preview for git commit SHA: 2fd2005 at: https://60538558fab0d80d60ebb21c--pythia-foundations.netlify.app |
🚀 📚 Preview for git commit SHA: 878efad at: https://6053bde041f06207a390e3cd--pythia-foundations.netlify.app |
🚀 📚 Preview for git commit SHA: e299144 at: https://6064fd32176400007bbc4fef--pythia-foundations.netlify.app |
@brian-rose @ProjectPythia/education I would like to start iterating on this content with some more minds. Let me know if you are interested and we can set up some times, or feel free to make pushes to this PR. |
🚀 📚 Preview for git commit SHA: 6a3b4ec at: https://606500041e0bd000874b3bd8--pythia-foundations.netlify.app |
🚀 📚 Preview for git commit SHA: 8978cfa at: https://606501496326c617d1c336bd--pythia-foundations.netlify.app |
I'm trying to push some changes to your branch but getting a permission error:
I've never tried to push to someone else's branch before, not sure how to proceed. |
Following the discussion and instructions over in #25, I just successfully pushed to this branch. Still not sure why it worked just now when I got the permission error last night, but it works! Here I'm just merging in the latest updates from main branch. |
🚀 📚 Preview for git commit SHA: 0e7cd88 at: https://606619430b9a5e3ba9a4710e--pythia-foundations.netlify.app |
🚀 📚 Preview for git commit SHA: 18b0668 at: https://60661e6235e0e63f8268a537--pythia-foundations.netlify.app |
On formatting in the markdown files, we should prefer the code block style like |
@jukent, trying to review your guide as promised, but I'm having trouble with formatting. I've followed the contributor's guide precisely, but in the local rendered book I'm seeing stuff like: Open a terminal. .. note:: On Windows, open Anaconda Prompt. On a Mac or Linux machine, simply open Terminal. .. Create a directory: .. code-block:: bash $ mkdir python_tutorial Any ideas, anyone? |
@clyne it may be that you are rendering an out-of-date version of the source? The latest version of the page you are describing is rendered here (and should look the same when you render it locally): Maybe you need to update your clone of this branch by doing
|
I tried doing a git pull and everything is up to date. I'm wondering if there is something in my conda environment that is not being caught by environment.yml? |
Is there anything weird in the terminal output when you run |
The reason I suggested pulling is because it looks like you are rendering content that no longer exists in the latest versions. I suggest trying
Sometimes a clean start makes problems go away. |
My bad. Operator error. I was on the wrong branch. Apologies and thanks for the help. |
@jukent , thanks for getting the ball rolling with our first actual content contribution. I’m happy to meet and iterate. Maybe a small group would be a good way to keep this moving forward. I’ve got some general comments below. Not sure that GitHub comments is the best way to iterate on this, but we’ll give it a shot. Comments below:
9a. We’re using “pythia_foundations” as the name of the scratch directory. Might this cause confusion with “pythia_foundations” the local copy of the GitHub repo? Maybe we should come up with a naming convention and hierarchy for all of the tutorial scratch spaces? 9c. Step 8 says “open a Jupyter notebook called mysci.ipynb”, but doesn’t explain how (unless running “jupyter lab” explicity creates this notebook, which should be explained). |
Content is not ready to merge.