Scientific writing in JupyterLab with MyST Markdown

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 18

  • @macleanarthur2058
    @macleanarthur2058 4 месяца назад +2

    This is really great! Good job guys

    • @rowancockett
      @rowancockett 4 месяца назад +1

      Thank you so much! Glad it is helpful. :)

    • @macleanarthur2058
      @macleanarthur2058 4 месяца назад

      @@rowancockettI tried to install via mamba by using “mamba install jupyter_myst” and it didn’t work :(

    • @macleanarthur2058
      @macleanarthur2058 4 месяца назад

      @@rowancockettI tried to install via mamba using “mamba install jupyter_myst” but it didn’t work :(

  • @BrokenRecord-i7q
    @BrokenRecord-i7q 5 месяцев назад +1

    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?

  • @dmnas_
    @dmnas_ 11 месяцев назад

    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?

    • @curvenote
      @curvenote  11 месяцев назад +1

      We are tracking this improvement here:
      github.com/executablebooks/mystmd/issues/779

  • @kisho2679
    @kisho2679 6 месяцев назад

    how can mathematical commutative diagrams be drawn?

    • @curvenote
      @curvenote  5 месяцев назад

      You can use LaTeX in a math directive.

  • @TheMlg556
    @TheMlg556 7 месяцев назад

    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?

    • @curvenote
      @curvenote  5 месяцев назад

      You can use the mystmd CLI, at mystmd.org.

  • @kisho2679
    @kisho2679 10 месяцев назад

    When use Streamlit instead Dash with Python?

    • @curvenote
      @curvenote  10 месяцев назад

      Those tools are more built for dashboards, curvenote and myst are better when the main content and output is more of a document or article that wants to include some of those features. You can of course also include embedded apps if you want as well that are, e.g. hosted by streamlit.

  • @kisho2679
    @kisho2679 10 месяцев назад +1

    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?

    • @curvenote
      @curvenote  10 месяцев назад +1

      Yes it is possible to do this in a very similar way, you can include content:
      mystmd.org/guide/directives#directive-include
      As well as reuse specific parts of a document/notebook:
      mystmd.org/guide/reuse-jupyter-outputs

    • @kisho2679
      @kisho2679 4 месяца назад

      Doesnt work yet

  • @mathiaz943
    @mathiaz943 Год назад +1

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

    • @curvenote
      @curvenote  Год назад

      See issue here: github.com/executablebooks/mystmd/issues/451
      We renamed the CLI, and you will also need `pip install jupyterlab_myst` for the jupyter plugin!
      npm uninstall -g myst-cli
      npm install -g mystmd