You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A release to fix an issue that stopped us from publishing nbgitpuller on
46
45
conda-forge.
47
46
48
47
#### Maintenance and upkeep improvements
49
48
50
-
- Fix jupyter-packaging reference, use - instead of _ [#219](https://github.com/jupyterhub/nbgitpuller/pull/219) ([@consideRatio](https://github.com/consideRatio))
49
+
- Fix jupyter-packaging reference, use - instead of \_[#219](https://github.com/jupyterhub/nbgitpuller/pull/219) ([@consideRatio](https://github.com/consideRatio))
51
50
52
51
### 1.0.1 - 2021-09-02
53
52
@@ -169,7 +168,7 @@ This is a critical security release, please upgrade to this and see [GHSA-mq5p-2
169
168
- Add a mybinder.org tab to the link builder ([#129](https://github.com/jupyterhub/nbgitpuller/pull/129))
170
169
- tab activation on link generator ([#132](https://github.com/jupyterhub/nbgitpuller/pull/132))
[](https://github.com/jupyterhub/nbgitpuller/actions)
Copy file name to clipboardExpand all lines: docs/index.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,13 @@ Here's an example of `nbgitpuller` in action:
15
15
link.
16
16
17
17
```{image} _static/nbgitpuller-link-generator.png
18
+
18
19
```
19
20
20
21
2. A user clicks the link, and the content is pulled into a live Jupyter session.
21
22
22
23
```{image} _static/nbgitpuller-demo.gif
24
+
23
25
```
24
26
25
27
## Use `nbgitpuller`
@@ -35,6 +37,7 @@ Here's a short overview:
35
37
36
38
There are several ways to generate an `nbgitpuller` link.
37
39
The two easiest ways to do so are:
40
+
38
41
- Via a browser extension to generate links directly from your repository ([Chrome extension](https://chrome.google.com/webstore/detail/nbgitpuller-link-generato/hpdbdpklpmppnoibabdkkhnfhkkehgnc), [Firefox extension](https://addons.mozilla.org/en-US/firefox/addon/nbgitpuller-link-generator/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search)
39
42
- Via a GUI web-app [at `nbgitpuller.link`](http://nbgitpuller.link)
40
43
@@ -45,7 +48,7 @@ Fore more information about generating nbgitpuller links, see [](use.md).
45
48
Use nbgitpuller when:
46
49
47
50
1. You want an easy way to distribute content (notebooks, markdown files, etc) to Jupyter users without requiring them to use `git`.
48
-
2. You have an alternative method for *collecting* content from your users, as `nbgitpuller` does not "push", it only "pulls".
51
+
2. You have an alternative method for _collecting_ content from your users, as `nbgitpuller` does not "push", it only "pulls".
Copy file name to clipboardExpand all lines: docs/use.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,10 @@ repository is made for the student. On successive clicks, the latest version
18
18
of the remote repository is fetched, and merged automatically with the
19
19
student's local copy using a {ref}`series of rules <topic/automatic-merging>`
20
20
that ensure students never get merge conflicts nor lose any of their changes.
21
+
21
22
## Create an `nbgitpuller` link via a web extension
22
23
23
-
The easiest way to create an `nbgitpuller` link is via a web extension ([github repo](https://github.com/yuvipanda/nbgitpuller-link-generator-webextension)).
24
+
The easiest way to create an `nbgitpuller` link is via a web extension ([github repo](https://github.com/yuvipanda/nbgitpuller-link-generator-webextension)).
24
25
This allows you to quickly generate an `nbgitpuller` link directly from the content in your repository (e.g., on GitHub).
25
26
See the links below to download the extension.
26
27
@@ -37,8 +38,7 @@ This contains a simple web form where you paste the location of the content you'
0 commit comments