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

rendering README.ipynb in a project entrypoint page #929

Open
parmentelat opened this issue Sep 19, 2016 · 8 comments
Open

rendering README.ipynb in a project entrypoint page #929

parmentelat opened this issue Sep 19, 2016 · 8 comments

Comments

@parmentelat
Copy link

parmentelat commented Sep 19, 2016

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

@pletnes
Copy link

pletnes commented Jan 18, 2019

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!

@Kreijstal
Copy link

hmm interesting

@riedel
Copy link

riedel commented Aug 20, 2019

There is a (non-)working example in isaacs/github#1425 .

To me it seems really seems more like a bug, than a missing feature...

@asher-pembroke
Copy link

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.

mwouts/jupytext#527

Copy link

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.

@github-actions github-actions bot added the Stale label Dec 15, 2024
@riedel
Copy link

riedel commented Dec 15, 2024

To me it seems really seems more like a bug, than a missing feature...

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.

@github-actions github-actions bot removed the Stale label Dec 16, 2024
Copy link

github-actions bot commented Mar 4, 2025

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.

@github-actions github-actions bot added the Stale label Mar 4, 2025
@s-m-e
Copy link

s-m-e commented Mar 5, 2025

Ping.

@github-actions github-actions bot removed the Stale label Mar 6, 2025
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

No branches or pull requests

6 participants