All Projects → napari → napari.github.io

napari / napari.github.io

Licence: BSD-3-Clause License
website for the napari image viewer

Programming Languages

typescript
32286 projects
SCSS
7915 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to napari.github.io

acl2020-interactive-entity-linking
No description or website provided.
Stars: ✭ 26 (-39.53%)
Mutual labels:  annotation
ngx-image-gallery
Probably the best Angular 4+ modal and inline image gallery. Angular upgrade for ng-image-gallery.
Stars: ✭ 80 (+86.05%)
Mutual labels:  gallery
ImageAttachment
Example App to show how to pick an image from Camera/Gallery
Stars: ✭ 23 (-46.51%)
Mutual labels:  gallery
angular-super-gallery
AngularJS super image gallery
Stars: ✭ 46 (+6.98%)
Mutual labels:  gallery
simple-annotation-processor
Simple annotation processor example. Inspired by the idea of "How ButterKnife works?"
Stars: ✭ 54 (+25.58%)
Mutual labels:  annotation
TextGridTools
Read, write, and manipulate Praat TextGrid files with Python
Stars: ✭ 84 (+95.35%)
Mutual labels:  annotation
companion
This repository has been archived, currently maintained version is at https://github.com/iii-companion/companion
Stars: ✭ 21 (-51.16%)
Mutual labels:  annotation
previewSlider
Responsive fullscreen image slider where the users are able to preview next/previous image when hovering over the navigation arrows.
Stars: ✭ 16 (-62.79%)
Mutual labels:  gallery
open-semantic-desktop-search
Virtual Machine for Desktop Search with Open Semantic Search
Stars: ✭ 22 (-48.84%)
Mutual labels:  annotation
Rocket-Notes
The World's Fastest Note Taking App. Fast. Simple. Create a note in one tap! Create image and text notes directly from your home screen!
Stars: ✭ 20 (-53.49%)
Mutual labels:  gallery
brainreg-segment
Segmentation of 3D shapes in a common anatomical space
Stars: ✭ 13 (-69.77%)
Mutual labels:  napari
junit-annotate-buildkite-plugin
📈 Summarise your test failures as a build annotation
Stars: ✭ 18 (-58.14%)
Mutual labels:  annotation
delse
PyTorch code for Deep Extreme Level Set Evolution (CVPR 2019)
Stars: ✭ 62 (+44.19%)
Mutual labels:  annotation
gatsby-theme-gallery
🏞 A Gatsby Theme for adding a gallery to your site.
Stars: ✭ 40 (-6.98%)
Mutual labels:  gallery
napari-animation
A napari plugin for making animations
Stars: ✭ 32 (-25.58%)
Mutual labels:  napari
ios-permissions-service
An easy way to do permissions requests & handling automatically.
Stars: ✭ 25 (-41.86%)
Mutual labels:  gallery
Album
android 图片视频加载库,单选,多选,预览,自定义UI,相机,裁剪...等等 已适配android10,11
Stars: ✭ 53 (+23.26%)
Mutual labels:  gallery
neogen
A better annotation generator. Supports multiple languages and annotation conventions.
Stars: ✭ 339 (+688.37%)
Mutual labels:  annotation
annotated-py-sanic
(已废弃) 项目内容已迁移到:
Stars: ✭ 14 (-67.44%)
Mutual labels:  annotation
redcoat
A lightweight web-based annotation tool for labelling entity recognition data.
Stars: ✭ 19 (-55.81%)
Mutual labels:  annotation

napari.org

Source for napari.org website.

Usage

Setup Dev Environment

Python

The documentation is built using jupyter-book and various other Python dependencies. You'll need to run the following:

# it is recommended you do this within a virtual environment
pip install -r requirements.txt

Node.js

The napari theme is built with React and bundled with Next.js using the Static HTML Export. feature.

You will need to setup Node.js and Yarn to work with the theme and run the dev server:

# Install and use Node.js version defined in .nvmrc
nvm install && nvm use
# Install yarn for installing dependencies
npm install -g yarn
# Install dependencies
yarn

Development Mode

Running the book in dev mode runs a custom development server that is a thin wrapper over next and jupyter-book. To run the docs in development mode, run:

yarn dev

After the build is complete, you should be able to access the documentation at http://localhost:8080.

Building the book for production

To build the book for production, run:

yarn build

A fully-rendered HTML version of the book will be built in dist/.

Adding a new tutorial

  1. Make a copy of the template-page.ipynb notebook and add your new tutorial content.
  2. Add a line to the table of contents _toc.yml to point to your new tutorial.
  3. Run yarn dev to view your changes locally.
  4. Open a pull request to the napari/napari.github.io repository

Hosting the book

The html version of the book is hosted on the gh-pages branch of this repo. A GitHub actions workflow has been created that automatically builds and pushes the book to this branch on a push or pull request to main.

If you wish to disable this automation, you may remove the GitHub actions workflow and build the book manually by:

  • Navigating to your local build; and running,
  • ghp-import -n -p -f dist/ --cname="napari.org"

This will automatically push your build to the gh-pages branch. More information on this hosting process can be found here.

Contributors

We welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.

Credits

This project is created using the excellent open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].