Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e522ce7

Browse files
authored
Merge pull request #5 from jakevc/inst
add gem install to readme Patch by Jake VanCampen. Thanks!!!
2 parents 6690dcb + ed5dd84 commit e522ce7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎README.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,27 @@ Jekyll Jupyter Notebook plugin adds [Jupyter](http://jupyter.org/) Notebook supp
1010

1111
## Install
1212

13+
1314
Add the following line to your site's `Gemfile`:
1415

1516
```ruby
1617
gem "jekyll-jupyter-notebook"
1718
```
1819

20+
To make the gem available:
21+
22+
```
23+
bundle install
24+
```
25+
1926
Add the following line to your site's `_config.yml`:
2027

2128
```yaml
2229
gems:
2330
- jekyll-jupyter-notebook
2431
```
2532
33+
2634
## Usage
2735
2836
Put a Jupyter Notebook (`sample.ipynb`) to the directory that has the target text (`my-text.md`) like the following:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /