jupyter lab buildコマンドでRuntimeErrorがでる場合

jupyter lab buildコマンドでRuntimeErrorがでる場合

jupyter lab buildコマンドでRuntimeErrorがでる場合 jupyter labの環境構築時に「jupyter lab build」コマンドを使用したところ、以下のようなエラーがでました。 jupyter lab build コマンド結果エラーAn error occured. RuntimeError: JupyterLab failed to build See the log file for details:...
作成したpythonスクリプトをpython環境構築してないPCでも動くようにして社内に配布したい

作成したpythonスクリプトをpython環境構築してないPCでも動くようにして社内に配布したい

①jupyter notebookで作成した.ipynb拡張子のファイルを以下のコマンドでpyファイルに変換 jupyter nbconvert –to python test.ipynb jupyterLab環境の方は、メニューのFile>Export Notebook As…>Export Notebook to Executable Scriptを選択することで同様にPythonファイルを出力することができます。...