GithubHelp home page GithubHelp logo

classicvalues / mamba-navigator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mamba-org/mamba-navigator

1.0 1.0 0.0 1.08 MB

A web UI for exploring Mamba environments

JavaScript 14.62% HTML 8.27% Python 15.96% CSS 3.59% TypeScript 56.39% Shell 1.17%

mamba-navigator's Introduction

Mamba Navigator

Archived

This project is archived. Development is now happening in https://github.com/mamba-org/jupyter_conda

Try it online

Open Mamba Navigator:

Binder

Open JupyterLab:

Binder

lab-launcher

Development

# create a new conda environment
conda env create --file=binder/environment.yml

# activate the environment
conda activate mamba-navigator

# install the dependencies
yarn

# build the application
yarn run build

# start the app
python main.py

# or with the --no-browser option
python main.py --no-browser

The app will open in the browser at http://localhost:8888.

There is also a watch script to automatically rebuild the application when there is a new change:

yarn run watch

Adding a new plugin

New plugins can be added to the application, by creating a new folder under src/plugins and requiring it in the app startup.

Plugins follow the same structure and principles as the core JupyterLab Plugins, and can integrate with other JavaScript libraries such as React.

It is possible to reuse existing third-party JupyterLab extensions in this custom build, by adding them to the dependencies in package.json and to the list of modules in src/index.ts. Check the p5 Notebook index.ts file as an example.

Resources

For more examples on building custom JupyterLab-based front-ends:

mamba-navigator's People

Contributors

mkcor avatar jtpio avatar wolfv avatar dependabot[bot] avatar sylvaincorlay avatar

Stargazers

Classic Values avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.