Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

SageMath --> CoCalc rename #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions setup/setup_instruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down