Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- version
- iTerm2
- Bottleneck Layer
- RNN
- Linear
- Regression
- DL
- python
- Peephole Connection
- GoogLeNet
- Inception Module
- Manager
- ResNet
- classification
- DCGAN
- cnn
- Residual Connection
- Generative
- GCN
- sigmoid
- Skip Connectioin
- Optimizer
- Skip Connection
- jupyter
- AI
- virtualenv
- Vanilla RNN
- vim-plug
- Gated Skip Connection
- Inception V1
Archives
- Today
- Total
IT Repository
Jupyter Remote Access 본문
# [REQUIRED]
c.ServerApp.ip = '0.0.0.0' # 모든 ip 허용
c.ServerApp.port = 8888
# [OPTIONAL: for other configurations]
c.ExtensionApp.open_browser = False
#c.ServerApp.allow_remote_access = False
#c.ServerApp.allow_root = False
#c.ServerApp.allow_password_change = True
c.ServerApp.token = ''
#c.ServerApp.password = 'asdzxc'
#c.ServerApp.password_required = True'환경설정' 카테고리의 다른 글
| vim 설정 (with vim-plug) (0) | 2022.01.23 |
|---|---|
| NVM 설치 및 세팅 (0) | 2022.01.23 |
| Jenv 설치 및 세팅 (0) | 2022.01.23 |
| Pyenv 설치 및 세팅 (0) | 2022.01.23 |
| Poetry 설치 및 세팅 (0) | 2022.01.23 |
Comments