nb-clean VS quarto-cli

Compare nb-clean vs quarto-cli and see what are their differences.

nb-clean

Clean Jupyter notebooks of outputs, metadata, and empty cells, with Git integration (by srstevenson)

quarto-cli

Open-source scientific and technical publishing system built on Pandoc. (by quarto-dev)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
nb-clean quarto-cli
2 8
118 3,304
- 6.9%
8.4 10.0
26 days ago about 21 hours ago
Python JavaScript
ISC License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nb-clean

Posts with mentions or reviews of nb-clean. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-23.

quarto-cli

Posts with mentions or reviews of quarto-cli. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-18.
  • FLaNK AI Weekly 18 March 2024
    39 projects | dev.to | 18 Mar 2024
  • Quarto
    5 projects | news.ycombinator.com | 14 Feb 2024
    Hello, I have a rather specific question.

    I want to write a detailed tutorial (as HTML page) and a condensed version of it (as Reveal JS slides) from a single document.

    I have found this suggestion[1] to specify the separate output file name for the slides in the header, and `quarto render myfile.qmd` will generate both.

    Is there a way to include content (long form text, code, or images) that will only be exported in the HTML page but not in the slides (where space is more limited)?

    [1] https://github.com/quarto-dev/quarto-cli/discussions/1751

  • Running Quarto Markdown in Docker
    4 projects | dev.to | 23 Dec 2023
    ❯ docker build -t cavo789/quarto . [+] Building 208.2s (13/13) FINISHED docker:default => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 2.08kB 0.0s => [internal] load metadata for docker.io/eddelbuettel/r2u:20.04 3.4s => CACHED [ 1/10] FROM docker.io/eddelbuettel/r2u:20.04@sha256:133b40653e0ad564d348f94ad72c753b97fb28941c072e69bb6e03c3b8d6c06e 0.0s => [ 2/10] RUN set -e -x && apt-get update && apt-get install -y --no-install-recommends pandoc pandoc-citeproc curl gdebi-core librsvg2-bin python3.8 47.6s => [ 3/10] RUN set -e -x && install.r shiny jsonlite ggplot2 htmltools remotes renv knitr rmarkdown quarto 27.2s => [ 4/10] RUN set -e -x && curl -o quarto-linux-amd64.deb -L https://github.com/quarto-dev/quarto-cli/releases/download/v1.4.529/quarto-1.4.529-linux-amd64.deb && gdebi - 12.1s => [ 5/10] RUN set -e -x && groupadd -g 1000 -o "quarto" && useradd -m -u 1000 -g 1000 -o -s /bin/bash "quarto" 0.5s => [ 6/10] RUN set -e -x && quarto install tool tinytex --update-path 23.0s => [ 7/10] RUN set -e -x && printf "\e[0;105m%s\e[0;0m\n" "Run tlmgr update" && ~/.TinyTeX/bin/x86_64-linux/tlmgr update --self --all && ~/.TinyTeX/bin/x86_64-linux/fm 77.9s => [ 8/10] RUN set -e -x && printf "\e[0;105m%s\e[0;0m\n" "Run tlmgr install for a few tinyText packages (needed for PDF conversion)" && ~/.TinyTeX/bin/x86_64-linux/tlmgr 11.7s => [ 9/10] RUN set -e -x && mkdir -p /input 0.5s => exporting to image 4.0s => => exporting layers 4.0s => => writing image sha256:fe1d20bd71a66eb574ba1f5b35c988ace57c2c30f93159caa4d5de2f8c490eb0 0.0s => => naming to docker.io/cavo789/quarto 0.0s What's Next? View summary of image vulnerabilities and recommendations → docker scout quickview
  • Quarto document rendered via quarto::quarto_render(): How to implement citations?
    2 projects | /r/RStudio | 2 Jul 2023
    I had some trouble following this but I think what you're saying is the ` [@Bernhofer2021.02.23.432527]` tag isn't getting converted to the actual bib reference - is that right? I just copied this into my system and I could make that part work fine - using my own .bib file of course, and I used this csl which I copied locally. The one change I made to the setup was to put both the .bib and the .csl file in my working directory where the .qmd file is, and also as I commented on a different post of yours from the other day, I make sure there's no spaces in the path to my working directory (for either the folder names or the filenames). So for me, everything is in C:\Users\xxxx\workingdir - this is due to a known RStudio issue with spaces. Who knows if that's what you're running into or not.
  • Quarto: Mermaid rendering in word: code-execution halts after format is generated, waiting indefinitely for a chrome-process to close
    1 project | /r/RStudio | 1 Jul 2023
    You should ask in the Quarto discussion group on their GitHub. They are extremely reactive if you can give a MWE.
  • quarto-cli: Open-source scientific and technical publishing system built on Pandoc.
    1 project | /r/coolgithubprojects | 17 Jan 2023
  • The Jupyter+Git problem is now solved
    9 projects | news.ycombinator.com | 25 Aug 2022

What are some alternatives?

When comparing nb-clean and quarto-cli you can also consider the following projects:

ipyflow - A reactive Python kernel for Jupyter notebooks.

jupyter-book - Create beautiful, publication-quality books and documents from computational content.