Skip to content

Commit 6f75f44

Browse files
committed
Deploying to gh-pages from @ e191c48 🚀
1 parent 5aaa4a5 commit 6f75f44

File tree

171 files changed

+27421
-2162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+27421
-2162
lines changed

.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 02e2d48c69ef120d6574fdb583c98e46
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

.gitignore

Lines changed: 0 additions & 90 deletions
This file was deleted.

.napari/config.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.readthedocs.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 28 deletions
This file was deleted.

MANIFEST.in

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 68 deletions
This file was deleted.
Binary file not shown.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"\n# Histograms\n"
8+
]
9+
},
10+
{
11+
"cell_type": "code",
12+
"execution_count": null,
13+
"metadata": {
14+
"collapsed": false
15+
},
16+
"outputs": [],
17+
"source": [
18+
"import napari\n\nviewer = napari.Viewer()\nviewer.open_sample(\"napari\", \"kidney\")\n\nviewer.window.add_plugin_dock_widget(\n plugin_name=\"napari-matplotlib\", widget_name=\"Histogram\"\n)\n\nif __name__ == \"__main__\":\n napari.run()"
19+
]
20+
}
21+
],
22+
"metadata": {
23+
"kernelspec": {
24+
"display_name": "Python 3",
25+
"language": "python",
26+
"name": "python3"
27+
},
28+
"language_info": {
29+
"codemirror_mode": {
30+
"name": "ipython",
31+
"version": 3
32+
},
33+
"file_extension": ".py",
34+
"mimetype": "text/x-python",
35+
"name": "python",
36+
"nbconvert_exporter": "python",
37+
"pygments_lexer": "ipython3",
38+
"version": "3.10.12"
39+
}
40+
},
41+
"nbformat": 4,
42+
"nbformat_minor": 0
43+
}

0 commit comments

Comments
 (0)