1. Make sure that you have Jupyter Lab installed.

    Installing Jupyter

  2. Create a new folder for the codex.

    Make sure that you're in a new folder with nothing else in it. Everything in this directory will be uploaded to Mynerva so make sure not to put anything private or secret in there.

    Make sure that you're in a new folder with nothing else in it. Everything in this directory will be uploaded to Mynerva so make sure not to put anything private or secret in there.

  3. Create a new notebook.

    An empty notebook named My First Codex.ipynb.

    An empty notebook named My First Codex.ipynb.

  4. Change the first cell to markdown.

    Use the cell type dropdown menu to change the cell to markdown. Markdown cells are used to write rich text (using Markdown syntax) and code cells contain code that should be executed by your language runtime (e.g., Python, Julia, or R).

    Use the cell type dropdown menu to change the cell to markdown. Markdown cells are used to write rich text (using Markdown syntax) and code cells contain code that should be executed by your language runtime (e.g., Python, Julia, or R).

  5. Write some text!

    Write whatever text you'd like! If you need a tutorial or refresher on Markdown syntax, check this guide.

    Write whatever text you'd like! If you need a tutorial or refresher on Markdown syntax, check this guide.

  6. Add a code cell and write some code!

    Use the plus (+) button to add a new cell below the currently selected cell. Remember that you can use the cell type dropdown to change between Markdown and code cells.

    Use the plus (+) button to add a new cell below the currently selected cell. Remember that you can use the cell type dropdown to change between Markdown and code cells.

Next steps

Upload a notebook to Pathbird