Commit 5ff0c014 authored by Duggan, John's avatar Duggan, John
Browse files

Make the module 3 & 5 titles use the same formatting as other modules

parent 6879ae3c
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@ exercises: 3

::::::::::::::::::::::::::::::::::::::::::::::::::

# Using NDIP for Backend Computations
# 3. Programming with NDIP

In this section, we will start using the `nova-galaxy` library to interact with the NDIP platform and run a neutron analysis tool.  First, ensure you have set your `GALAXY_URL` and `GALAXY_API_KEY` as environment variables, as explained in the notes at the end of this episode.  We also need to add `nova-galaxy` as a project dependency.

From the command line, type `poetry add nova-galaxy@^0.7.0`. This command will add the nova-galaxy library to the pyproject.toml file as a project dependency. Then run `poetry install` to update your project dependencies.
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ exercises: 3

::::::::::::::::::::::::::::::::::::::::::::::::::

# 5. Web-based User Interface Development with Trame
# 5. Web-based User Interface Development

In this section, we will dive into Trame and the `nova-trame` library to build interactive web-based user interfaces for our NOVA applications. We\'ll explore how `nova-trame` simplifies UI development within the NOVA ecosystem and how to use common layout components.