【jupyterlab 설치】 jupyterlab 설치하려고하면 Dead kernel 오류가 발생합니다.

1841 단어 macos루비JupyterLab

주의



이 기사에서 일어나는 어떠한 문제도 필자는 책임을지지 않습니다.
자기 책임으로 부탁드립니다.

목차


  • jupyterlab 설치
  • jupyter 용 루비 설치
  • jupyterlab 설치
  • pip install jupyterlab                                                                                              
    jupyter serverextension enable --py jupyterlab --sys-prefix
    sudo jupyter lab --allow-root
    

    이제 문제없이 실행까지 할 수있었습니다.
    루트가 없으면 오류가 발생했지만 루트로 설정하면 오류가 해결되었습니다.

    jupyter 용 루비 설치


    sudo gem install iruby
    iruby register
    sudo jupyter notebook --allow-root
    

    그렇게하면 일어서서 루비를 선택할 수 있습니다.
    이제 루비를 사용할 수 있습니다.

    되지 않습니다.



    오류가 발생합니다.


    😭



    인터넷에서 검색해 보았을 때, zeromq,czmq가 원인인 것 같습니다.
    brew uninstall --ignore-dependencies zeromq
    brew uninstall czmq
    brew install zeromq --HEAD
    brew install czmq --HEAD
    sudo gem install cztop
    sudo gem install specific_install
    sudo gem specific_install https://github.com/SciRuby/iruby.git
    iruby register --force
    

    이제 해결했습니다.
    sudo jupyter notebook --allow-root
    

    https://gyazo.com/a7ddaefd8f8e1f7f4dde969ec746ab9c

    실험실에서도 가능합니다.
    sudo jupyter lab --allow-root
    

    할 수 있었습니다.
    끝까지 감사합니다!

    좋은 웹페이지 즐겨찾기