From 18507fd21b7a7709133d8f3049c683e1abffcda2 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Fri, 24 Jan 2025 10:35:59 +0530 Subject: jupyter update --- .../application-extension/top.jupyterlab-settings | 10 ++++++++++ .../notebook-extension/full-width-notebook.jupyterlab-settings | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .config/jupyter/lab/user-settings/@jupyter-notebook/application-extension/top.jupyterlab-settings create mode 100644 .config/jupyter/lab/user-settings/@jupyter-notebook/notebook-extension/full-width-notebook.jupyterlab-settings (limited to '.config/jupyter/lab/user-settings/@jupyter-notebook') diff --git a/.config/jupyter/lab/user-settings/@jupyter-notebook/application-extension/top.jupyterlab-settings b/.config/jupyter/lab/user-settings/@jupyter-notebook/application-extension/top.jupyterlab-settings new file mode 100644 index 0000000..308629e --- /dev/null +++ b/.config/jupyter/lab/user-settings/@jupyter-notebook/application-extension/top.jupyterlab-settings @@ -0,0 +1,10 @@ +{ + // Jupyter Notebook Top Area + // @jupyter-notebook/application-extension:top + // Jupyter Notebook Top Area settings + // ******************************************* + + // Top Bar Visibility + // Whether to show the top bar or not, yes for always showing, no for always not showing, automatic for adjusting to screen size + "visible": "no" +} \ No newline at end of file diff --git a/.config/jupyter/lab/user-settings/@jupyter-notebook/notebook-extension/full-width-notebook.jupyterlab-settings b/.config/jupyter/lab/user-settings/@jupyter-notebook/notebook-extension/full-width-notebook.jupyterlab-settings new file mode 100644 index 0000000..76a81a7 --- /dev/null +++ b/.config/jupyter/lab/user-settings/@jupyter-notebook/notebook-extension/full-width-notebook.jupyterlab-settings @@ -0,0 +1,10 @@ +{ + // Jupyter Notebook Full Width Notebook + // @jupyter-notebook/notebook-extension:full-width-notebook + // Jupyter Notebook Notebook With settings + // ******************************************************** + + // Full Width Notebook + // Whether to the notebook should take up the full width of the application + "fullWidthNotebook": false +} \ No newline at end of file -- cgit v1.2.3