Curvenote CLI
curvenote
is a command line interface (CLI) that provides modern tooling for technical writing and reproducible science. Our mission is to help in transitioning scientific communication out of static documents and promote more connections between how researchers work, and how they share that work.
Critical to that mission is providing tools that:
- are accessible to programmers and non-programmers alike;
- allow creation of interactive, computationally driven online documents;
- allow you to reuse components of documents across various resources; and
- export to traditional formats, like PDF, PPT and Word to support your existing workflows.
The CLI and all dependencies made by Curvenote are open-source (MIT License) and we contribute to upstream projects where we can (e.g. our founders are members of Executable Books). The Curvenote CLI provides local content transformations, with an early focus on providing 100s of LaTeX templates for various scientific journals. The library also provides a connection to sync your local documents with curvenote.com to aid in collaborative writing, especially in bridging the gap between those who can use Markdown, Git, and a Shell and those of us who are not programmers. We think this is especially important for writing workflows, where the collaboration and communication process is often quite different than a Git-driven approach.

Figure 1:Get started with a curvenote init
to quickly see your content rendered.
#Features of the Curvenote CLI
- create and edit scientific & technical websites (including Jupyter Notebooks)
- sync articles and notebooks from curvenote.com
- locally export to static documents
- LaTeX and PDFs
- Microsoft Word
- Jupyter Book
- export to MyST Markdown (see myst.tools)
#Open Source
The CLI is Open Source (MIT License) and can be found on GitHub. We welcome contributions and issues from anyone looking to improve scientific communication!