Show HN: A tool to convert Jupyter notebooks to beautiful blogs
1–10 of 38 posts
Re: Show HN: A tool to convert Jupyter notebooks to beautiful blogs
#2Re: Show HN: A tool to convert Jupyter notebooks to beautiful blogs
#3Re: Show HN: A tool to convert Jupyter notebooks to beautiful blogs
#4Especially because this looks like an nbconvert workflow under the hood.
Re: Show HN: A tool to convert Jupyter notebooks to beautiful blogs
#5Neat! Anyone working on projects to improve the share-ability, code review, version control, or web rendering of Jupyter notebooks, feel free to reach out to me when looking for an enthusiastic early user. Jupyter has been a game changer for my productivity as a data scientist, but I still struggle with something that seems as simple as "what's the best way to expose this to other people easily without having to set…
Alternatively, exporting HTML and publishing can also help right?
I'm curious why did you say so. Moreover did you check the recently released `voila` package that lets you publish Jupyter notebooks?
Re: Show HN: A tool to convert Jupyter notebooks to beautiful blogs
#6Re: Show HN: A tool to convert Jupyter notebooks to beautiful blogs
#7Neat! Anyone working on projects to improve the share-ability, code review, version control, or web rendering of Jupyter notebooks, feel free to reach out to me when looking for an enthusiastic early user. Jupyter has been a game changer for my productivity as a data scientist, but I still struggle with something that seems as simple as "what's the best way to expose this to other people easily without having to set…
Re: Show HN: A tool to convert Jupyter notebooks to beautiful blogs
#8Neat! Anyone working on projects to improve the share-ability, code review, version control, or web rendering of Jupyter notebooks, feel free to reach out to me when looking for an enthusiastic early user. Jupyter has been a game changer for my productivity as a data scientist, but I still struggle with something that seems as simple as "what's the best way to expose this to other people easily without having to set…
Is it tough to manually convert the md and use a CMS like Ghost or Hugo for website? Alternatively, exporting HTML and publishing can also help right? I'm curious why did you say so. Moreover did you check the recently released `voila` package that lets you publish Jupyter notebooks?
Right now, I do my work in a notebook, it's automatically converted to a Markdown file (for code review), and I use nbconvert to generate static html, which gets deployed to an internal docs site. I've also been tinkering with ReviewNB, which is trying to make notebook review look like code review, but it's separate from Github and is still fairly unpolished (but very promising!).
Ideally, the experience could be something like: * Install Github extension that offers a notebook review tab and automatically converts notebooks to a static HTML file that can be served from a url directly accessible from Github
I can think of a bunch of challenges involved in doing something like the above, but my experience working somewhere that offered a tool that allowed me to literally click one button within my notebook and have a shareable url that contained my notebook and the ability to comment line-by-line taught me that this massively unblocks data scientists, who will otherwise end up copy/pasting stuff into documents just to deliver things to partners faster.
Re: Show HN: A tool to convert Jupyter notebooks to beautiful blogs
#9Neat! Anyone working on projects to improve the share-ability, code review, version control, or web rendering of Jupyter notebooks, feel free to reach out to me when looking for an enthusiastic early user. Jupyter has been a game changer for my productivity as a data scientist, but I still struggle with something that seems as simple as "what's the best way to expose this to other people easily without having to set…
Two projects I've been watching with interest are https://kyso.io/for-teams and http://reviewnb.com .
Re: Show HN: A tool to convert Jupyter notebooks to beautiful blogs
#10Neat! Anyone working on projects to improve the share-ability, code review, version control, or web rendering of Jupyter notebooks, feel free to reach out to me when looking for an enthusiastic early user. Jupyter has been a game changer for my productivity as a data scientist, but I still struggle with something that seems as simple as "what's the best way to expose this to other people easily without having to set…
Is it tough to manually convert the md and use a CMS like Ghost or Hugo for website? Alternatively, exporting HTML and publishing can also help right? I'm curious why did you say so. Moreover did you check the recently released `voila` package that lets you publish Jupyter notebooks?