Commit Graph

48 Commits

Author SHA1 Message Date
Karthik Balakrishnan
ebf6ee1780
Fix broken blog post links in README.md
Fix broken blog post links in README.md
2017-11-20 15:04:40 -05:00
JooHo Chung
6be18ad8e9 Add link to Korean Version of Installation
I add my repo link on README so that people who wants to read it
translated version of Korean.
2017-11-05 18:37:39 +09:00
Carol Willing
b8d0616135 Fix link for rtd badge 2016-11-02 21:17:08 -07:00
Adam Chainz
a947025308 Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-10-09 21:56:18 +01:00
Carol Willing
eb30f25855 Update badge on README 2016-09-25 18:35:02 -07:00
Himani Arora
d29794af15 Fixed errors with usage of 'the' 2016-09-22 18:50:19 +05:30
Himani Arora
34ec6b5eda Updated README.md
Fixed minor mistakes in readme.
2016-09-22 17:40:55 +05:30
Grant Nestor
9b7a6ca617 Update docs host from readthedocs.org to readthedocs.io 2016-09-12 12:13:18 -07:00
Min RK
79e899a87b remove outdated/false docker info from README
the jupyter/notebok docker image is gone, leaving only various docker-stacks
2016-07-08 15:51:40 +02:00
Carol Willing
2ef91bb64f Add links to CONTRIBUTING.rst 2016-03-24 15:05:01 -07:00
Matthias Geier
ac89707ecc DOC: Trying to make a single place for contributor docs
See #1193.
2016-03-14 20:21:27 +01:00
Safia Abdalla
515df8b7b7 Update README.md 2016-02-24 11:08:45 -06:00
Safia Abdalla
91397a75b4 Update link to developer documentation 2016-02-23 19:56:01 -06:00
Carol Willing
6d702c41d0 Correct copy pasta typos 2016-01-04 09:11:19 -08:00
Carol Willing
728e7f2022 Edit installation links and sentences 2015-12-28 08:35:10 -08:00
Carol Willing
78015c8abe Minor formatting fixes 2015-12-28 08:16:25 -08:00
Carol Willing
2a2ac227f6 Edit PDF links 2015-12-28 08:11:25 -08:00
Carol Willing
df53801efc Add spacer between links 2015-12-28 08:09:00 -08:00
Carol Willing
32c5dcfec1 Clarify docker machine example 2015-12-28 08:05:57 -08:00
Carol Willing
2d884a29c8 Correct docker-machine command 2015-12-28 07:57:00 -08:00
Carol Willing
593f858538 Add link for Project Jupyter documentation 2015-12-28 07:53:30 -08:00
Carol Willing
1a62c5b78e Add trademark to Big Split 2015-12-28 07:43:04 -08:00
Carol Willing
edb5280429 Edit link text 2015-12-28 07:43:04 -08:00
Carol Willing
3e56ecfb47 Change heading size 2015-12-28 07:43:04 -08:00
Carol Willing
187adf1a2e Fix typos and image size 2015-12-28 07:43:04 -08:00
Carol Willing
f8fa3fa1df Add brief context of move to language-agnostic Jupyter from IPython 2015-12-28 07:43:04 -08:00
Carol Willing
b1c218270f Add resources section to end of README 2015-12-28 07:43:04 -08:00
Carol Willing
3a8a5963ff Add graphic of notebook 2015-12-28 07:43:03 -08:00
Carol Willing
b4c0282242 Fix typos in README 2015-12-28 07:43:03 -08:00
Carol Willing
85adbb901f Update README.md 2015-12-28 07:43:03 -08:00
Jessica B. Hamrick
50c365c58c Flesh out development installation instructions 2015-11-02 09:44:02 -08:00
John Kirkham
4808b9b051 README.md: Appears that -P publishes to random ports so switch back to mapping ports explicitly. [ci skip] 2015-10-08 12:46:36 -04:00
John Kirkham
cb080df556 README.md: Collapse use cases. Also, show how a container can be started in a manner similar to the way a notebook would be normally. 2015-10-08 00:47:02 -04:00
John Kirkham
fb07ccb06f README.md: Make note about using docker-machine or boot2docker. 2015-10-08 00:47:02 -04:00
Frank Sachsenheim
7a5214c8f0 Updates README.md 2015-10-07 02:29:20 +02:00
Carol Willing
d6e78ecbb5 Add status badges to README 2015-09-25 07:27:45 -07:00
Matthias Bussonnier
e901e4d1f2 Merge pull request #169 from Security513/master
Add FreeBSD instructions
2015-09-11 15:46:35 -07:00
Matthias Bussonnier
2d5d548d79 Revert "Use NPM, node ES5, and browserify." 2015-08-27 09:00:15 +02:00
jdfreder
b2ae17dd09 Fix some problems reported by Matthias 2015-08-26 14:06:11 -07:00
Min RK
2b5ba10ce9 remove requirements.txt
and update README installation accordingly
2015-07-23 09:31:19 -07:00
Coleman Kane
b98205c63b Add FreeBSD instructions 2015-06-24 19:48:25 -04:00
Min RK
d71a59cc9f s/jupyter_notebook/notebook 2015-05-14 10:49:28 -07:00
Kyle Kelley
f40c631683 Pip install all-in-one 2015-04-29 18:13:29 -05:00
Carl Karsten
affa742b03 Add commands needed for my Ubuntu Trusty box.
Tested with docker, which needs 2 more:

apt-get update
apt-get install sudo git
2015-04-21 15:37:15 -07:00
Preston Holmes
aab26d8ebe typo fix 2015-04-21 15:37:11 -07:00
Preston Holmes
f7b8240b6c further cleanup of dev quickstart
remove invoke and less (were required by setup.py css)
removed explicit setup.py css|js (handled now by setup.py develop
2015-04-21 15:37:11 -07:00
Preston Holmes
e080992f4e Interim update for dev quickstart 2015-04-21 15:37:11 -07:00
Min RK
d2fb65d816 add super basic README 2015-04-21 15:37:08 -07:00