- Python Deep Learning Cookbook
- Indra den Bakker
- 165字
- 2021-07-02 15:43:11
How to do it...
- If you haven't installed Jupyter yet, you can use the following command in your activated Anaconda environment on the server:
conda install jupyter
- Next, we move back to the terminal on our local machine.
- One option is to access the Jupyter Notebook running on a server using SSH-tunnelling. For example, when using Google Cloud Platform:
gcloud compute ssh --ssh-flag="-L 8888:localhost:8888" --zone "europe-west1-b" "instance-name"
You're now logged in to the server and port 8888 on your local machine will forward to the server with port 8888.
- Make sure to activate the correct Anaconda environment before proceeding (adjust the name of your environment accordingly):
source activate environment-deep-learning-cookbook
- You can create a dedicated directory for your Jupyter notebooks:
mkdir notebooks
cd notebooks
- You can now start the Jupyter environment as follows:
jupyter notebook
This will start Jupyter Notebook on your server. Next, you can go to your local browser and access the notebook with the link provided after starting the notebook, for example, http://localhost:8888/?token=1fa4e9aea99cd7be2b974557eee3d344ca3c992f5861834f.
推薦閱讀
- Intel Galileo Essentials
- MATLAB圖像處理超級學(xué)習(xí)手冊
- Servlet/JSP深入詳解
- Elastic Stack應(yīng)用寶典
- Drupal 8 Configuration Management
- Bootstrap 4 Cookbook
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)案例教程
- Angular Design Patterns
- Python預(yù)測分析實(shí)戰(zhàn)
- ASP.NET開發(fā)寶典
- Java Web開發(fā)教程:基于Struts2+Hibernate+Spring
- MongoDB Cookbook
- Visual C#(學(xué)習(xí)筆記)
- Learning Google Apps Script
- 人件集:人性化的軟件開發(fā)