conda-build
, anaconda-client
, and anaconda-navigator
packages. Open an Anaconda Prompt (Terminal for macOS/Linux users) and run the following commands:
meta.yaml
.
name:
parameter in the example jupyterlab meta.yaml
to make sure that the app appears properly in Navigator.meta.yaml
app:
parameter in the meta.yaml
file declares a conda package to be an app. The app parameter can contain four keys: entry
, summary
, icon
, and type
.
entry
: The command required to run the packageicon
: (Optional) The path to an image you want to appear on your app’s tile in Navigator.summary
: A short description of the app.type
: The application type, such as desk
for desktop application or web
for a web application.conda-build
recipe ready, you can use the conda-build
tool to create the package.
myapp
directory by running the following command:
base
conda environment. To return to your base environment, run the following command:https://conda.anaconda.org/{CHANNEL}
, replacing {CHANNEL}
with your Anaconda.org username.
.anaconda/navigator
folder from your home directory to reset Navigator’s configuration information, then restart Navigator.run
will be the entry:
command you have designated..anaconda/navigator
folder from your home directory to reset the Navigator configuration information and enable the app to launch correctly from the Navigator application. Then, restart Navigator.