From a0eac58b0eb2348e88fc7e582504e63fb65a8963 Mon Sep 17 00:00:00 2001 From: William Stein Date: Thu, 9 Nov 2017 10:01:48 -0800 Subject: [PATCH] SageMath --> CoCalc rename We changed the name of the site. Also, added better instructions. --- setup/setup_instruction.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/setup_instruction.md b/setup/setup_instruction.md index 1118ac93..fe813db3 100644 --- a/setup/setup_instruction.md +++ b/setup/setup_instruction.md @@ -69,9 +69,9 @@ $ virtualenv venv --distribute --system-site-packages ### On the cloud If you don't want to install TensorFlow, you can use TensorFlow over the web. -#### SageMath -You can use Tensorflow over the web at https://cloud.sagemath.com/ -Simply click on the link, create an account (or log in with your GitHub), and create a TensorFlow project. +#### CoCalc (previously SageMathCloud) +You can use Tensorflow over the web at https://cocalc.com/ +Simply click on the link, create an account (or log in with your GitHub), create a project, create a Jupyter notebook, and select the "Python 3 (Anaconda)" kernel. The TensorFlow library is preinstalled, as you can verify by running `import tensorflow as tf; help(tf)` in the notebook. #### Jupyter You can also use Jupyter notebook to write TensorFlow programs.