Mehmet Bektas
Mehmet Bektas
@will-henney `View` -> `Reload` menu functionality is not implemented and will most likely be removed in future versions. Unfortunately the default implementation is causing the error message you are seeing....
Currently JupyterLab Desktop's server launches do not allow passing additional arguments in order for you to be able to connect to it from Colab. Here is how we launch JupyterLab...
@haesleinhuepf Thanks for reporting this. Due to some limitations in our installer configuration, we needed to use a fixed but commonly available installation path for Windows. We will be working...
Thanks @krassowski, I like the idea of adding menu entry to Help menu better.
@ianhbell thanks for reporting this issue. can you try this as a workaround for now: ```bash import sys !{sys.executable} -m pip install sympy ``` or ```bash import sys !conda install...
> BTW - as a rule of thumb, instructions that call for using pip/conda from within a notebook should in general use the `%pip` and `%conda` magics instead of the...
@Feuermurmel thanks for the detailed feedback, the time you dedicated to testing and sharing with us. I have been aware of some of the issues you reported (Command + R...
@Carreau please refer to this document https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-smartscreen/microsoft-defender-smartscreen-overview Our app is not code-signed yet. It could be possible reason. "Microsoft Defender SmartScreen determines whether a downloaded app or app installer is...
@mueslo It is required to make the file type association once on your system. JupyterLab Desktop will be listed as one of the supported applications which can open .ipynb files....
Thanks @kgoo124 I will look into this.