RHEL8にjupyter notebookをインストール
661 ワード
pythonの設定
このサイトに準じて行う。
RHEL8には標準でPython3.6が提供されいるので、これを呼出やすいようにする。pipも同様。
これをしないと単にpython,pipと入力しただけではコマンドが見つからないと表示されてしまう。
なお、Anacondaは別途インストールする。
jupyter notebookのインストール
jupyter notebookは手動でインストールする必要がある。
下記のとおり行う。
sudo pip install notebook
ターミナルでjupyter notebookと入力して、立ち上がればOK。
Author And Source
この問題について(RHEL8にjupyter notebookをインストール), 我々は、より多くの情報をここで見つけました https://qiita.com/yyvideos/items/1c448c794fefbbb1329f著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .