- Deep Learning with PyTorch Quick Start Guide
- David Julian
- 262字
- 2021-07-02 15:00:10
Tunneling in to IPython
IPython is an easy and convenient way to edit code through a web browser. If you are working on a desktop computer, you can just launch IPython and point your browser to localhost:8888. This is the port that the IPython server, Jupyter, runs on. However, if you are working on a cloud server, then a common way to work with code is to tunnel in to IPython using SSH. Tunneling in to IPython involves the following steps:
- In your SSH client, set your destination port to localhost:8888. In PuTTY, go to Connection | SSH | Tunnels.
- Set the source port to anything above 8000 to avoid conflicting with other services. Click Add. Save these settings and open the connection. Log in to your droplet as usual.
- Start the IPython server by typing jupyter notebook into Command Prompt of your server instance.
- Access IPython by pointing your browser to localhost: source port; for example, localhost:8001.
- Start the IPython server.
Note that you may need a token to access the server for the first time. This is available from the command output once you start Jupyter. You can either copy the URL given in this output directly into your browser's address bar, changing the port address to your local source port address, for example: 8001, or you can elect to paste the token, the part after token=, into the Jupyter start-up page and replace it with a password for future convenience. You now should be able to open, run, and save IPython notebooks.
- 繪制進(jìn)程圖:可視化D++語言(第1冊(cè))
- 電力自動(dòng)化實(shí)用技術(shù)問答
- 空間機(jī)器人遙操作系統(tǒng)及控制
- Natural Language Processing Fundamentals
- Dreamweaver CS3網(wǎng)頁設(shè)計(jì)50例
- Python Algorithmic Trading Cookbook
- 21天學(xué)通Java
- 基于多目標(biāo)決策的數(shù)據(jù)挖掘方法評(píng)估與應(yīng)用
- Cloudera Administration Handbook
- 聊天機(jī)器人:入門、進(jìn)階與實(shí)戰(zhàn)
- 西門子變頻器技術(shù)入門及實(shí)踐
- TensorFlow Reinforcement Learning Quick Start Guide
- Flink原理與實(shí)踐
- Mastering Text Mining with R
- 寒江獨(dú)釣:Windows內(nèi)核安全編程