Carnets icon indicating copy to clipboard operation
Carnets copied to clipboard

Carnets is a stand-alone Jupyter notebook server and client. Edit your notebooks on the go, even where there is no network.

Results 161 Carnets issues
Sort by recently updated
recently updated
newest added

ERROR: Command errored out with exit status 1: Running setup.py clean for greenlet command: /private/var/containers/Bundle/Application/A0FBFD2D-245B-4D7C-B7E7-4D7C16FDF28D/Carnets.app/Library/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/

[QuTiP](http://qutip.org) is a widely used package in numerical quantum physics (and quantum computing) This will depend on scipy.

fix committed

Installing seaborn ends with an error. Any ideas as to what to do? (Thanks for the fantastic app by the way)

fix committed

This seems specific to aiohttp, amongst various packages this is the only one I hit an issue with. %pip install aiohttp ```ERROR: Command errored out with exit status 1: command:...

Hi Nicolas Thank you for the app it’s a game changer! Can we enable wordcloud package installation? Best Arijit

fix committed

Would it be possible to integrate NLTK or Spacy?

fix committed

On the iPad the Cut cell icon (scissors) that appears just above the onscreen keyboard seems to have no effect. The identical icon at the top works fine. Is this...

Hi, when I try to install statsmodels using %pip install statsmodels in Carnets +, the following error message appears : ZIP does not support timestamps before 1980 I checked, and...

Please add nltk and configure nltk download to a directory with write permission. Thx.

solved with pip

The following script runs in all tested jupyter apps/progs, even juno, but carnets (plus) doesn't. The expression time.sleep(0.2) stops execution. ``` import threading from IPython.display import display import ipywidgets as...