GithubHelp home page GithubHelp logo

joaopalmeiro / extension-cookiecutter-ts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jupyterlab/extension-cookiecutter-ts

0.0 0.0 0.0 296 KB

A cookiecutter recipe for JupyterLab extensions in Typescript

License: BSD 3-Clause "New" or "Revised" License

JavaScript 8.38% Python 23.80% TypeScript 14.63% CSS 53.19%

extension-cookiecutter-ts's Introduction

JupyterLab extension-cookiecutter-ts

Github Actions Status

A cookiecutter template for creating a JupyterLab extension. Three kinds of extension are supported:

  • frontend: Pure frontend extension written in TypeScript.
  • server: Extension with frontend (in TypeScript) and backend (in Python) parts.
  • theme: Theme for JupyterLab (using CSS variables).

See also extension-cookiecutter-js for an extension in CommonJS.

Use the template to create package

Install cookiecutter.

pip install cookiecutter

Use cookiecutter to generate a package, following the prompts to fill in the name and authorship of your new JupyterLab extension.

cookiecutter https://github.com/jupyterlab/extension-cookiecutter-ts

If you'd like to generate a package for a specific JupyterLab release, use the --checkout option and give a tag or commit from this repository.

cookiecutter https://github.com/jupyterlab/extension-cookiecutter-ts --checkout v1.0
cookiecutter https://github.com/jupyterlab/extension-cookiecutter-ts --checkout v2.0

A simple example

Your new extension includes a very simple example of a working extension. Use this example as a guide to build your own extension. Have a look at the extension examples repository for more information on various JupyterLab features.

extension-cookiecutter-ts's People

Contributors

jtpio avatar blink1073 avatar fcollonval avatar jasongrout avatar danielballan avatar vidartf avatar joaopalmeiro avatar telamonian avatar meeseeksmachine avatar krassowski avatar bollwyvl avatar goanpeca avatar afshin avatar martinrenou avatar willingc avatar almarklein avatar zsailer avatar yuvipanda avatar s-weigand avatar invisibleroads avatar parente avatar kenyaachon avatar xiaohk avatar jasonweill avatar janjagusch avatar jzf2101 avatar ianhi avatar gnestor avatar fm75 avatar haudinflorence 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.