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

I have a notebook which will not open in Carnets (I get a blank screen and Carnets appears hung). However, the same notebook opens fine in Carnets+. Running test versions...

Hello, how difficult would it be to add more latex features such as the capability to change fonts to cmbright? Like this: params = {'text.usetex': True,} 'text.latex.preamble': [r'\usepackage{cmbright}', r'\usepackage{amsmath}']} #...

I installed _pymonad_ on Carnet plus like _%pip install pymonad._ This seemed to work, no error messages Then I tried: _from pymonad import curry_ (Which should exist according to the...

After pressing Esc in Jupyterlab to enter command mode no other keys can be registered. For example, jk wont work for going up or down, b will not create a...

I am trying to use piecash (python bindings to Gnucash) and this in turn requires MySQLdb module. How to install? Attempt to do pip install MySQLdb results in no matching...

Hi there, spotted a weird behavior i wanted to share it; I did run dir(type(reversed)), and ended up seeing it has a __length_init__ method, when i do type(reversed).__length_init__, there is...

Hi, When importing a Excel file a error gets thrown: > --------------------------------------------------------------------------- > FileNotFoundError Traceback (most recent call last) > Input In [3], in () > ----> 1 v2p_data =...

First of all, big thank you for this amazing app. Didn’t know it would be so good and nice working on the iPad for it. My problem is that I...

Hi, the debugger doesn't work on jupyterlab.

Hi, Firstly I would like to congratulate you on the great app you have developed. My issue comes from my necessity to read and output files directly on my google...