- 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.
推薦閱讀
- CMDB分步構(gòu)建指南
- Learning Selenium Testing Tools with Python
- 構(gòu)建移動(dòng)網(wǎng)站與APP:HTML 5移動(dòng)開(kāi)發(fā)入門(mén)與實(shí)戰(zhàn)(跨平臺(tái)移動(dòng)開(kāi)發(fā)叢書(shū))
- 精通搜索分析
- Java程序員面試算法寶典
- 編譯系統(tǒng)透視:圖解編譯原理
- R大數(shù)據(jù)分析實(shí)用指南
- Android開(kāi)發(fā):從0到1 (清華開(kāi)發(fā)者書(shū)庫(kù))
- AIRIOT物聯(lián)網(wǎng)平臺(tái)開(kāi)發(fā)框架應(yīng)用與實(shí)戰(zhàn)
- C# Multithreaded and Parallel Programming
- Mastering Docker
- Android Development Tools for Eclipse
- 遠(yuǎn)方:兩位持續(xù)創(chuàng)業(yè)者的點(diǎn)滴思考
- HTML+CSS+JavaScript網(wǎng)頁(yè)制作:從入門(mén)到精通(第4版)
- The Statistics and Calculus with Python Workshop