Coder Social home page Coder Social logo

j535d165 / jupyterfair Goto Github PK

View Code? Open in Web Editor NEW

This project forked from itc-crib/jupyter-fairly

0.0 1.0 0.0 1.08 MB

JupyterFAIR aims to provide a tool for seamless integration of Jupyter-based research environments and research data repositories.

License: GNU General Public License v3.0

JavaScript 1.29% Python 30.86% TypeScript 67.65% CSS 0.20%

jupyterfair's Introduction

JupyterFAIR

A jupyterLab extension for seamless integration of Jupyter-based research environments and research data repositories.

Set up Dev Environment

  1. Create a conda environment with

    conda create -n jupyterfair --override-channels --strict-channel-priority -c conda-forge -c nodefaults jupyterlab=3 cookiecutter nodejs jupyter-packaging git
  2. Clone repository

  3. Activate conda environment

  4. Create a config.json and store it in ~/.fairly.

  5. Cope the example below to config.json. You must add the tokens for your repository accounts

    {
         "fairly": {
                 "orcid_client_id":"APP-IELS3LR4OCLHLELC",
                 "orcid_clien_secret": "",
                 "orcid_token": ""
         },
         "4tu": {
         "token": ""
         },
         "zenodo": {
         "token":""
         }
     }
  6. Go to jupyterfair directory, and install, activate and build extension

    # Link your development version of the extension with JupyterLab
    jupyter labextension develop . --overwrite
    # Enable the server extension
    jupyter server extension enable jupyterfair
    # Rebuild extension Typescript source after making changes
    jlpm run build
  7. On a new terminal, start the JupyterLab

    jupyter lab
  8. Open the link in the terminal in a browser. You should see the commands of the extension in the context menu of the side panel.

    extension-context-menu

You will need to re-build the extension with jlpm run build and re-start jupyter server for changes to the soruce code take effect.

jupyterfair's People

Contributors

dependabot[bot] avatar girgink avatar jurra avatar manugil 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.