Commit 2e41dc7d authored by Amy Stamile's avatar Amy Stamile
Browse files

Make vis.py optional

parent 7315f1c7
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -13,7 +13,20 @@
   "source": [
    "## Prerequisites\n",
    "\n",
    "This comparison notebook requires the installation of ISIS. Follow the instructions in the [ISIS Installation With Conda guide](https://astrogeology.usgs.gov/docs/how-to-guides/environment-setup-and-maintenance/installing-isis-via-anaconda/)."
    "This comparison notebook requires the installation of ISIS, kalasiris, and plotly.\n",
    "\n",
    "### 1. Install ISIS\n",
    "Follow the instructions in the [ISIS Installation With Conda guide](https://astrogeology.usgs.gov/docs/how-to-guides/environment-setup-and-maintenance/installing-isis-via-anaconda/).\n",
    "\n",
    "### 2. Install Kalasiris\n",
    "To install kalasiris in your knoten environment, run the following command:\n",
    "\n",
    "`conda install conda-forge::kalasiris`\n",
    "\n",
    "### 3. Install Plotly\n",
    "To install plotly in your knoten environment, run the following command:\n",
    "\n",
    "`conda install conda-forge::plotly`"
   ]
  },
  {
+0 −2
Original line number Diff line number Diff line
@@ -35,8 +35,6 @@ requirements:
    - scipy
    - shapely
    - usgscsm>=2.0
    - kalasiris
    - plotly

test:
  imports: