The port 8888 is already in use, trying another port. ๋ผ๋ ์๋ฌ๋ฉ์ธ์ง๊ฐ ๋ฌ๋ค๋ฉด ์๋์ ๊ฐ์ด ์๋ฒ๋ฅผ ์ข ๋ฃํด์ฃผ์ด์ผํ๋ค.
1) ์คํ ์ค์ธ ์ฃผํผํฐ ์๋ฒ ํ์ธ
jupyter-notebook list
2) ์ข ๋ฃํ๋ ค๋ ํฌํธ์ ps ํ์ธ
sudo netstat -nap | grep 8888
๋๋
ps auxf | grep 8888
3)์ข ๋ฃ
sudo kill -9 7262(ํด๋น ps)
'TIL > Linux' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
The command could not be located because '/usr/bin' is not included in the PATH environment variable. (0) | 2021.06.19 |
---|---|
OSError: [Errno 28] No space left on device (0) | 2021.06.19 |
์ธ๋ถ ์์ดํผ ์ฃผ์ / ๋ด๋ถ ์์ดํผ ์ฃผ์ ๊ฒ์ (0) | 2021.04.05 |
2. ์ฃผํผํฐ ์๋ฒ ๋ฐฑ๊ทธ๋ผ์ด๋์์ ์คํํ๊ธฐ (0) | 2021.04.05 |
1. ์ฃผํผํฐ ์๋ฒ ๊ตฌ์ถํ๊ธฐ (1) | 2021.04.05 |