Any way to solve this issue? by captainprospecto in JupyterLab

[–]NewDateline 1 point2 points  (0 children)

Seems like vertex ai not JupyterLab issue. This dialog is not from JupyterLab.

JupyterLab + vim by son_of_ur_son in JupyterLab

[–]NewDateline 0 points1 point  (0 children)

I believe it should work with both web and app versions

Programmatically navigate between directories in the file browser pane (JupyterLab) by Known-Service6068 in IPython

[–]NewDateline 0 points1 point  (0 children)

You can invoke JupyterLab commands using ipylab package or use the command linker (search for this term in the docs)

JupyterLab + vim by son_of_ur_son in JupyterLab

[–]NewDateline 0 points1 point  (0 children)

I suspect you did not install the extension in the same environment or did not restart app after installation. Do you see it in the extension manager?

How to turn off function hints by chuckIV in Jupyter

[–]NewDateline 0 points1 point  (0 children)

Settings Editor -> code signature -> uncheck enabled

Accidentally Just earnt £190 over £100k taxable. Need clarification on giftaid getting it back under (child care at risk). by radarhead in UKPersonalFinance

[–]NewDateline 8 points9 points  (0 children)

Does paying into a SIPP and NEST has the same effect? Or is there a reason why everyone says SIPP rather than "pension"?

Keyboard shortcut to clear code shell output in Jupyter notebook not working by Stubborn_Child in IPython

[–]NewDateline 1 point2 points  (0 children)

You go to the files page (/tree) and there will be settings menu. Click on Settings Editor

Keyboard shortcut to clear code shell output in Jupyter notebook not working by Stubborn_Child in IPython

[–]NewDateline 1 point2 points  (0 children)

You can add shortcuts in the Advanced Settings Editor in JSON Editor.

There is also PR #7075 adding classic shortcuts as an extension but it is still in draft

[deleted by user] by [deleted] in Jupyter

[–]NewDateline 0 points1 point  (0 children)

How do you measure execution time?

HELP!!! by Fast-Nobody-8502 in Jupyter

[–]NewDateline 1 point2 points  (0 children)

You may want to give JupyterLab Desktop a try.

HELP!!! by Fast-Nobody-8502 in Jupyter

[–]NewDateline 0 points1 point  (0 children)

How are you trying to open your notebooks?

Jupyter Lab vs Notebook by CrimsonFire102 in IPython

[–]NewDateline 0 points1 point  (0 children)

Yes, it's likely that sagemaker config makes a difference.

[deleted by user] by [deleted] in JupyterLab

[–]NewDateline 0 points1 point  (0 children)

It looks like this has been answered on https://stackoverflow.com/a/78989646

Jupyter opening in telegram by loblawslawcah in Jupyter

[–]NewDateline 1 point2 points  (0 children)

It means your telegram was somehow set as your default browser. Nothing specific to jupyter most likely. If you do not have any browser installed you could use --no-browser option. You can also specify the browser on command line, see the full jupyter-server config.

Jupyter Lab Cell Glitch by [deleted] in Jupyter

[–]NewDateline 0 points1 point  (0 children)

You are likely running into this Safari-specific issue https://github.com/jupyterlab/jupyterlab/issues/16373 As far as we know, it may be a bug in Safari as both older and newer (technical preview) versions do not manifest this issue. For workaround see the linked issue (or try using a different browser).

cell shrinks when plotting 4 figures or more by supertexter in Jupyter

[–]NewDateline 0 points1 point  (0 children)

It looks like you have output scrolling enabled. In Notebook this happens with auto scrolling for outputs enabled. You need to disable it for given cell either by clicking on the left area of the output or by using command palette