ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • <PYTHON3> jupyter notebook 설치
    Flower in my dev/Python 2021. 1. 19. 18:07

    jupyter notebook 설치

    $ pip3 install jupyter

    Login 설정

    $ jupyter notebook --generate-config
    $ jupyter notebook password

    jupyter notebook 도움말

    $ jupyter notebook --h
    usage: jupyter-notebook [-h] [--debug] [--generate-config] [-y] [--no-browser]
                            [--no-mathjax] [--allow-root] [--autoreload]
                            [--script] [--no-script]
                            [--log-level NotebookApp.log_level]
                            [--config NotebookApp.config_file]
                            [--ip NotebookApp.ip] [--port NotebookApp.port]
                            [--port-retries NotebookApp.port_retries]
                            [--sock NotebookApp.sock]
                            [--sock-mode NotebookApp.sock_mode]
                            [--transport KernelManager.transport]
                            [--keyfile NotebookApp.keyfile]
                            [--certfile NotebookApp.certfile]
                            [--client-ca NotebookApp.client_ca]
                            [--notebook-dir NotebookApp.notebook_dir]
                            [--browser NotebookApp.browser]
                            [--pylab [NotebookApp.pylab]]
                            [--gateway-url GatewayClient.url]
                            [extra_args [extra_args ...]]
    jupyter-notebook: error: argument --h: expected one argument

    jupyter notebook 실행

    $ jupyter notebook --ip 0.0.0.0 --port 8080

    alias jn='jupyter notebook --ip=0.0.0.0 --port 8080'

    'Flower in my dev > Python' 카테고리의 다른 글

    <PYTHON> requests  (1) 2021.02.15
    <PYTHON> Slack webhook  (0) 2021.02.15
    <PYTHON>[Numpy_07 집합&파일입출력]  (0) 2017.11.29
    <PYTHON>[Numpy_06 불리언&정렬]  (0) 2017.11.29
    <PYTHON>[Numpy_05 배열연산&산술&통계]  (0) 2017.11.27

    댓글

Designed by Tistory.