mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Added hyperlinks for each topic listed in misc commands IPython Notebook. Tweaked Jekyll description.
This commit is contained in:
parent
f9f5e6bfe1
commit
ab3bfad838
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "",
|
"name": "",
|
||||||
"signature": "sha256:37392d2ae0cc121d5de5f1190ec72c2b98965d8ec06d6545c184b34c5463ef4e"
|
"signature": "sha256:bdac648ec0b4aed3674cd0f9149c9e6ba9739594d14f09b48f1e661b96b697c9"
|
||||||
},
|
},
|
||||||
"nbformat": 3,
|
"nbformat": 3,
|
||||||
"nbformat_minor": 0,
|
"nbformat_minor": 0,
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
"source": [
|
"source": [
|
||||||
"## Anaconda\n",
|
"## Anaconda\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Anaconda is a scientific python distribution containing Python, NumPy, SciPy, Pandas, IPython, Matplotlib, Numba, Blaze, Bokeh, and other great Python data analysis tools."
|
"[Anaconda](https://store.continuum.io/cshop/anaconda/) is a scientific python distribution containing Python, NumPy, SciPy, Pandas, IPython, Matplotlib, Numba, Blaze, Bokeh, and other great Python data analysis tools."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -123,7 +123,7 @@
|
||||||
"source": [
|
"source": [
|
||||||
"## Git\n",
|
"## Git\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Git is a distributed revision control system."
|
"[Git](http://git-scm.com/) is a distributed revision control system."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -221,7 +221,7 @@
|
||||||
"source": [
|
"source": [
|
||||||
"## Ruby\n",
|
"## Ruby\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Ruby is used to interact with the AWS command line and for Jekyll, a blog framework hosted on GitHub Pages."
|
"[Ruby](https://www.ruby-lang.org/en/) is used to interact with the AWS command line and for Jekyll, a blog framework that can be hosted on GitHub Pages."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -262,6 +262,8 @@
|
||||||
"source": [
|
"source": [
|
||||||
"## Jekyll\n",
|
"## Jekyll\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
"[Jekyll](http://jekyllrb.com/) is a blog framework that can be hosted on GitHub Pages.\n",
|
||||||
|
"\n",
|
||||||
"In addition to donnemartin.com, I\u2019ve started to build up its mirror site donnemartin.github.io to try out Jekyll. So far I love that I can use my existing developer tools to generate content (SublimeText, Terminal, and GitHub).\n",
|
"In addition to donnemartin.com, I\u2019ve started to build up its mirror site donnemartin.github.io to try out Jekyll. So far I love that I can use my existing developer tools to generate content (SublimeText, Terminal, and GitHub).\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Here are other features I like about Jekyll:\n",
|
"Here are other features I like about Jekyll:\n",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user