-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple instances on IpadOS #311
Comments
Hi, Since the Jupyter server is always running and uses one interpreter, and the kernel uses another, that leaves only two extra interpreters. Any call "pip install" will use these two, so I feel that I cannot run multiple instances of Carnets (until I find a way to extend the number of interpreters). But, the good news is: Carnets also contains Jupyterlab. It's not the default, but it's there. You can switch from "notebook" (the notebook v6 version) to "retrolab" using Settings. Once in "retrolab", you can switch to Jupyterlab (in the TestFlight version, the default settings is "notebooks v7", and you can also switch to Jupyterlab). In Jupyterlab, you can have multiple tabs opened simultaneously, even side by side. Now, the bad news: there is still a limit to 4 Python interpreters running simultaneously, but it's not enforced in Jupyterlab (so you can have up to 3 tabs opened and running). If you want to run |
Thanks for the answer! Instance A : 4 interpreters Regarding JupyterLab, it works great it's really making the software more flexible. Have a nice day! |
For the first question, you can definitely install both Carnets and Carnets-with-scipy, which will give you two instances that can run side by side. That will probably have an impact on your processor and battery usage, though, since that means 4 different Python running simultaneously (two jupyter servers, and two jupyter kernels). But it will work. For the second question, that's a good question. I need to think about how to do it. It's not a question asked by many people so far, since JupyterLab usage is relatively low, but it's worth doing. |
Hi!
Since coding usually involves working on multiple files at the same time, I was wondering if there was a way to open multiple instances of Carnets so that you could open multiple jupyter notebooks at the same time on IpadOS.
Stage Manager permits that and some apps already have this feature like Safari for example.
Thank you for this wonderful app that saved me for my Data Science Master degree!
The text was updated successfully, but these errors were encountered: