-
Notifications
You must be signed in to change notification settings - Fork 183
Massive website update #233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice changes @ellisonbg. A few suggestions...
documentation.html
Outdated
<li><a href="http://jupyter-client.readthedocs.io/en/latest/">Jupyter Client</a></li> | ||
<li><a href="http://jupyter-core.readthedocs.io/en/latest/">Jupyter Core</a></li> | ||
|
||
<li><a href="https://github.com/jupyter/jupyter-sphinx-theme">Jupyter Sphinx Theme</a></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove the Jupyter Sphinx Theme.
documentation.html
Outdated
<li><a href="https://jupyterlab-tutorial.readthedocs.io/en/latest/patterns.html">Design Patterns</a></li> | ||
<li><a href="http://jupyter-notebook.readthedocs.io/en/stable/">Jupyter Notebook</a></li> | ||
<li><a href="http://jupyter-console.readthedocs.io/en/stable/">Jupyter Console</a></li> | ||
<li><a href="https://qtconsole.readthedocs.io/en/stable/">Qtconsole</a></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Qt console
install.html
Outdated
<p>First, ensure that you have the latest pip; older versions may have trouble with some dependencies:</p> | ||
{% highlight bash %}pip3 install --upgrade pip{% endhighlight %} | ||
<p>Then install the Jupyter Notebook using:</p> | ||
{% highlight bash %}pip3 install jupyter{% endhighlight %} | ||
<p>(Use pip if using legacy Python 2.)</p> | ||
<p>Congratulations. You have installed Jupyter Notebook.</p> | ||
<p>(If you are running Python 2, change the <code>pip3</code> in these commands to <code>pip</code>.)</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably should change the preceding lines.
We recommend using Python 3 for installation. For Python 3:
python3 -m pip install --upgrade pip
python3 -m pip install jupyter
If you are running Python 2
python -m pip install --upgrade pip
python -m pip install jupyter
4a2759f
to
77785bc
Compare
Thanks!
…On Wed, Oct 11, 2017 at 11:28 AM, Matthias Bussonnier < ***@***.***> wrote:
Merged #233 <#233>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#233 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABr0O64SceewxroDVPbNoeUDYHadFR6ks5srQjmgaJpZM4Px8oZ>
.
--
Brian E. Granger
Associate Professor of Physics and Data Science
Cal Poly State University, San Luis Obispo
@ellisonbg on Twitter and GitHub
[email protected] and [email protected]
|
Thanks all! |
OK, here is a pretty significant update to the website. We had lots of outdated content and things that needed to be fixed. Lots more to do, but this at least digs us out of the worst of the context/design debt. Some of the main things:
Fixes #46 #83 #207 #228 and many others we never opened.
@fperez @Carreau @hanazarea @Ruv7 @jzf2101
Home page:
Here is the Documentation page now: