Deleted instructions for Sagemath install.
It is just too complicated for this book.
This commit is contained in:
parent
dd1bb52baa
commit
9577007cc6
@ -376,47 +376,6 @@
|
||||
"http://nbviewer.ipython.org/github/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/master/table_of_contents.ipynb"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"## Host the Book Online for Free at SageMath\n",
|
||||
"\n",
|
||||
"Maybe you don't want to, or can't install IPython and associated libraries on your device, or maybe you move from device to device a lot and don't want to distribute the work you are doing in the book in multiple places. Maybe you have high school students with Chromebooks, and you want them to be able to run the code, and write new code for exercises you devise. Wouldn't it be nice if the book was in the cloud?\n",
|
||||
"\n",
|
||||
"The site https://cloud.sagemath.com will host as many Jupyter Notebooks as you want. There are limits on memory and CPU, but what they offer is more than sufficient for this book. All that is required is creating a free account. There's even support for teachers - including student accounts and grading capabilities. \n",
|
||||
"\n",
|
||||
"### Installation Instructions\n",
|
||||
"\n",
|
||||
"1. Go to the site and make an account. You can create one manually, or sign in with Google, Facebook, Github, or Twitter.\n",
|
||||
"\n",
|
||||
"2. Once you are signed in it will take you to the Projects page. Click the button labelled \"Create New Project..\". Give your project any title you want, such as \"Kalman Filter Book\" and press the \"Create Project\" button.\n",
|
||||
"\n",
|
||||
"3. That project should be listed as your only project on the Projects page. Click on it to open it.\n",
|
||||
"\n",
|
||||
"4. You should be on a page with text stating \"Create or upload files or directories...\". Don't do that! We are going to pull the data directly from GitHub, which is much easier. Click the \"New...\" dropdown and select \"terminal\".\n",
|
||||
"\n",
|
||||
"5. This opens a linux terminal inside your browser. Every project you make creates a linux container that runs in the cloud. You can put any file here that you want, up to the disk quota. We will use `wget` to download a bash script which will install the book and its dependencies. type this at the terminal prompt (copy and paste is easier):\n",
|
||||
"\n",
|
||||
"```\n",
|
||||
" wget https://raw.githubusercontent.com/rlabbe/kalman-book-sagemath-install/master/install.sh\n",
|
||||
" bash install.sh\n",
|
||||
"```\n",
|
||||
"You should see messages flash by as it downloads the book and FilterPy.\n",
|
||||
"\n",
|
||||
"The book is now installed.\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"### Reading/Using Instructions\n",
|
||||
"\n",
|
||||
"1. At the top left of the session should be a \"Files\" button. Click it if is not already highlighted. You should see a folder named `Kalman-and-Bayesian-Filters-in-Python`. Click it to go into that directory.\n",
|
||||
"\n",
|
||||
"2. All of the notebooks in the book are listed, but in order of time, not name. At the upper right is an down arrow button with 1..9 beside it. This will resort by name. Click it.\n",
|
||||
"\n",
|
||||
" \n",
|
||||
"Now all of the Notebooks are listed in order. To run a notebook, just click on it's name. You'll be in a fully functional Notebook, hosted on the sagemath servers. You can run code, play with the animations, change code, heck, change the text. Do whatever you want. It's yours, free. Make a change and push it back to my repo. "
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
|
Loading…
Reference in New Issue
Block a user