Scientific writing in JupyterLab with MyST Markdown

preview_player
Показать описание

MyST makes it possible to write preprints, articles, papers, technical reports and even a thesis directly in markdown files and Jupyter notebooks with first class support for the things you'd expect from authoring in LaTeX; citations, reference management, equations, figures and tables with captions, numbering, cross referencing and more.

MyST Markdown is now available directly inside JupyterLab via an extension, allowing you bring your authoring work into your research environment and can be used alongside the MyST command line tools to produce PDFs or LaTeX outputs on demand, in a growing number of templates as well as creating interactive websites that can connect to computing resources via Binder or JupyterLite.

In this webinar, we'll focus on writing a paper in JupyterLab using the jupyterlab-myst extension, and taking this through to producing a submission ready PDF, as well as creating and publishing a supporting interactive website, all from the same body of markdown documents and notebooks.

During the webinar you'll learn about:
* Installing and getting started with the MyST JupyterLab extension
* How to write a paper in a Jupyter Notebook
* Key authoring features from "frontmatter" through equation numbering and citations
* Using interactive MyST features including inline execution and ipywidgets integration in markdown
* Using markdown files to create manuscripts linked to notebooks
* Creating PDF outputs using a journal template
* Building an interactive website from your publication and deploying this to the web

By the end of the webinar, you'll know setup JupyterLab with MyST, and how to start using the authoring and reproducible communication possibilities it opens up in your own work.
Рекомендации по теме
Комментарии
Автор

lovely thanks, how does it compare to quarto pandoc in terms of features and extensions and which one would you recommend for python tutoring use case?

shivayshakti
Автор

nice! using the jupyterlab extension with great success, and loving the inline execution. a question, how would I go about exporting the ipynb file to a nicely formatted pdf like you show here? I know that for jupyter tools such as nbconvert exist, but do they integrate with myst?

TheMlg
Автор

Can JupyterLab implent a same content code snippet as reference/include input in different other documents - like as LaTex can call separate/external txt files to include in one document?

kisho
Автор

I've finally got this working in JupyterLab and I am loving it. One question I have, when exporting to PDF, is there a way to force tables and figures to appear in certain places, such as the behaviour in LaTeX when [H] is added to a figure?

dmnas_
Автор

I have installed some time ago with `npm install -g myst-cli`. Will this work or is it a different tool?

mathiaz
Автор

When use Streamlit instead Dash with Python?

kisho
Автор

how can mathematical commutative diagrams be drawn?

kisho