-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
rendering README.ipynb in a project entrypoint page #929
Comments
Supported, this struck me, too. We use README.md as a format for documentation, but would much, much prefer to use notebooks as they are much richer and easier to create for non-programmers, too! |
hmm interesting |
There is a (non-)working example in isaacs/github#1425 . To me it seems really seems more like a bug, than a missing feature... |
This issue can be avoided by keeping the README in markdown and using the jupytext extension. Jupytext allows you to edit markdown and python in jupyter as if they were notebooks. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Looking at https://github.com/monperrus/notebooks/ this still is not fixed. Either Readme.ipynb should be not shown or correctly. So this seems really like a longstanding bug. Just commenting to keep it alive. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Ping. |
Hi folks
I just created a project whose README is not in markdown, but a notebook instead
https://github.com/parmentelat/asynciojobs/blob/master/README.ipynb
The thing is that when I point at the project’s entry point here
https://github.com/parmentelat/asynciojobs
then the notebook is not rendered, but instead displayed as a raw json file, which kind of ruins the whole notion of a friendly entry point ;)
Is it a fair assumption that this is a bug ?
Or is there just something I should have done to get this to behave as expected (i.e. that the project entry URL renders the notebook)
Would be a great addition IMHO :-)
PS. I have initially sent this request to the github support, who redirected me here
EDIT august 2019:
the project that I pointed out as an illustration is no longer valid, as I changed the repo layout to get this to work as expected, but the gist of my initial comment is stil valid
The text was updated successfully, but these errors were encountered: