Skip to content

隠しファイルをどうやって表示すればよいでしょうか? #10

Answered by icoxfog417
icoxfog417 asked this question in Q&A
Discussion options

You must be logged in to vote

2つの手順が必要です。こちらはStudio LabというよりJupyterLabの手順になります。

1. Settings > Advanced Settings > File BrowserからShow hidden filesをオンにします。

2. Jupyter Serverの起動設定にContentsManager.allow_hidden = Trueを追加します。

  • jupyter server --generate-configを実行して、デフォルトの設定ファイルを作成します。
  • home/studio-lab-user/.jupyter/jupyter_server_config.pyが作成されるので、nanoのエディタなどで開いてc.ContentsManager.allow_hidden = Trueを追記(F6でc.ContentsManagerの設定箇所が検索ができます)

詳細はConfiguring a Jupyter Serverを参照してください。

3. Jupyter Serverを再起動

4. 表示されることを確認

詳細はDisplaying Hidden filesを参照してください。

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by icoxfog417
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested studiolab Studio LAb
1 participant