Skip to content

Commit

Permalink
sync notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu committed Aug 11, 2020
1 parent 80eaafb commit 2fadbfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
4 changes: 1 addition & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ <h2 id="Installing">Installing<a class="anchor-link" href="#Installing"> </a></h
</div>
<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<p>nbdev is is on PyPI so you can just run:</p>

<pre><code>pip install nbdev</code></pre>
<p>nbdev is is on PyPI and conda so you can just run <code>pip install nbdev</code> or <code>conda install -c fastai nbdev</code>.</p>
<p>For an <a href="https://stackoverflow.com/questions/35064426/when-would-the-e-editable-option-be-useful-with-pip-install">editable install</a>, use the following:</p>

<pre><code>git clone https://github.com/fastai/nbdev
Expand Down
12 changes: 0 additions & 12 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -396,18 +396,6 @@
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
}
},
"nbformat": 4,
Expand Down

1 comment on commit 2fadbfc

@review-notebook-app
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Jupyter notebook diffs for this commit on  ReviewNB

You can open a pull request to discuss changes and offer feedback.


Powered by ReviewNB

Please sign in to comment.