From bc8e527dcec526b060774f65824e1eefce130840 Mon Sep 17 00:00:00 2001
From: Kelvin <krodriguez@usgs.gov>
Date: Tue, 14 Nov 2023 15:40:23 -0700
Subject: [PATCH] Changed to mknotebooks

---
 docs/getting-started/index.md | 2 +-
 mkdocs.yml                    | 6 +++---
 requirements.txt              | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md
index 5259079..ab463e5 100644
--- a/docs/getting-started/index.md
+++ b/docs/getting-started/index.md
@@ -19,7 +19,7 @@ FAQ for readers:
     
 
 ??? Question "How do I run jupyter notebooks?" 
-    Jupyter notebook-based tutorials have a download button on the upper right. Use these to download the code if you are already familiar with running notebooks locally. As some tutorials require data, the easiest way to work with tutorials is by cloning the repo.
+    As some tutorials require data, the easiest way to work with tutorials is by cloning the repo.
     ```shell
     # Clone the repo and go to the tutorials page
     git clone git@code.usgs.gov:astrogeology/asc-public-docs.git
diff --git a/mkdocs.yml b/mkdocs.yml
index 4bf94f6..aea4b17 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -86,14 +86,14 @@ extra_css:
 
 
 extra_javascript: 
-  -  https://asc-public-docs.s3.us-west-2.amazonaws.com/common/uswds/3.6.0/js/uswds-init.min.js
+  - https://asc-public-docs.s3.us-west-2.amazonaws.com/common/uswds/3.6.0/js/uswds-init.min.js
 
 plugins:
   - search
-  - mkdocs-jupyter:
-      include_source: true
+  - mknotebooks
 
 markdown_extensions:
+  - codehilite
   - neoteroi.cards
   - abbr
   - tables
diff --git a/requirements.txt b/requirements.txt
index df995d8..32cc6cb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,4 +3,4 @@ mkdocs-material
 neoteroi-mkdocs
 codespell
 linkchecker
-mkdocs-jupyter
+mknotebooks
-- 
GitLab