Skip to content
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

md -[jupytext 1.1.0]-> ipynb -[jupytext 1.3.0rc1]-> md #117

Merged
merged 1 commit into from
Nov 19, 2019

Conversation

rsokl
Copy link
Owner

@rsokl rsokl commented Nov 9, 2019

This PR updates the jupytext version for encoding all of the jupytext-markdown documents.

@alexding123 you will want to upgrade your markdown files as well to keep in sync. I have written some tooling to do so. This repo now has an installable python package called plymi. Once you install it, you can simply upgrade to jupytext==1.3.0rc2 and run:

import plymi
from pathlib import Path
root = Path("./Learning_Python/").absolute()
plymi.convert_all_markdown_to_markdown(root)

Assuming that you are using the same directory / notebook names as me, this will upgrade all of your notebooks.

@@ -805,7 +805,7 @@ To answer some of the following questions, you will need to peruse the documenta

3\. Remove the whitespace from both ends of: `" basket "`

<!-- #region -->
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A <!-- #region --> is removed here

@@ -817,7 +817,6 @@ Hello
6\. Only kids 13 and up are allowed to see Wayne's World. Given the variables `name` (a string) and `age` (an integer), use an f-string that will display: "NAME is old enough to watch the movie: BOOL", where NAME is to be replaced with the kid's name, and BOOL should be `True` if the kid is at least 13 years old, and `False` otherwise.

</div>
<!-- #endregion -->
Copy link
Owner Author

@rsokl rsokl Nov 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A <!-- #endregion --> is removed here. There are several instances of these - they all occur amidst <div></div> blocks.

@rsokl rsokl merged commit be7172d into master Nov 19, 2019
@davidmascharka davidmascharka deleted the jupytext-1.3.0rc1 branch November 19, 2019 16:36
@davidmascharka davidmascharka restored the jupytext-1.3.0rc1 branch November 19, 2019 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant