- bug fixes for brackets on external non-US keyboards
- bug fixes for kiwisolver and ctypes
v1.9.0iOS
- Reduced battery and CPU consumption; this should fix the overheating issues.
- Updated Python to version 3.13
- updated all major packages to the latest version (numpy, matplotlib, ...)
- better user interface on small devices (iPhones, or small windows on iPads)
- multiple bug fixes.
v1.8.4iOS
Do not show an alert about iCloud access if the user does not have an iCloud account.
v1.8.3iOS
- fixed a major issue with iCloud drive access.
v1.8.1 / 1.8.2iOS 1.8.2cross-platform
- fixed issues with Matplotlib
- fixed issues with iCloud access
- fixed issue with "File -> New"
- makes sure notebooks are saved when you go back to the file browser.
v1.8.0iOS
- Updated to Notebooks v7: better user interface, more translations, better stability, fewer issues.
- Updated packages to their latest version.
- New "home" button : gets you straight back to the file browser.
v1.7.9iOS
- new module: lzma
- new keyboard shortcuts for forward one page / backward one page (shift-command-[ / shift-command-])
v1.7.8iOS
- Carnets now works with plotly
v1.7.7iOS
- fixed an issue with Dark mode and Notebooks or NbClassic
v1.7.4 / 1.7.5 / 1.7.6iOS 1.7.4cross-platform
- fixes issues with on-screen user interaction
- updated Python version to 3.11
- updated packages to their latest version
- fixed several issues with "Download as..."
- fixed issues with Matplotlib and fonts
- Notebook and NbClassic now share the same JavaScript code
- Many bug fixes, including a bug introduced with 1.7.4 and Pandas.
v1.7.2iOS
- updated packages to their most recent version. This solves the issue with .describe() in pandas.
- numpy 1.24, matplotlib 3.5.2, pandas 1.4.2, astropy 5.1...
v1.7.1iOS
- fixes the crash issue on iOS 14
- better contrast for the toolbar at the bottom when using external keyboard
- fixes an issue with "download as" for notebook and nbclassic (jupyterlab & retrolab were not affected)
- better information when using virtual environments
- always reset jupyterlab, to avoid issues
- updated jupyter-server to the latest version
- several fixes to make Carnets more robust
v1.7.0iOS
- better at opening files in other apps directories, with explicit warning if Carnets does not have access to the directory.
- you can chose your notebook style: classical notebook, nbclassic or retrolab (soon to be notebook v7). Pick the style you want using the Settings app, it will be active at the next app restart.
- retrolab is better for small screens, has more translations available and lets you chose dark or light theme independently of the iOS dark or light mode.
- from retrolab, you can switch to jupyterlab if you want. Jupyterlab works better if you have an external mouse.
- fixes a bug with virtual environments
v1.6.5 / 1.6.6iOS 1.6.6cross-platform
- fixes an issue with virtual environments
v1.6.4iOS
- fixes a bug with "%pip install" that affected some pure Python packages.
v1.6.3iOS
- virtual environments for Python. Create with "!python -m venv newEnvironment", activate with "%run newEnvironment/bin/activate.py", deactivate with "%run newEnvironment/bin/deactivate.py". Virtual environments are limited to user-installed packages, and are only activated for the current notebook.
- added ffmpeg as an external command, for use with OpenCV.
- Command + return on external keyboards now executes the current cell without moving the insertion point (as opposed to Option + return, which executes the current cell and create a new cell below).
v1.6.2iOS
- fixed a bug with astropy
- updated Python version to 3.9.8
- improved file management, display an alert when we can't save a file
- updated packages to their latest version: matplotlib 3.4.0, numpy 1.22, pandas 1.3.4, astropy 5.0...
v1.6.1iOS
- new python modules: OpenCV, geopandas, shapely...
- adds several keyboard shortcuts
v1.6.0iOS
Fixes the issue with carriage return on external keyboards and iOS 15.
v1.5.8iOS
New Python modules: nltk, regex, wordcloud, cvxopt, pyFFTW.
v1.5.7iOS
- fixed an issue with the cell_filter nbextension.
- fixed a crash that happened if the kernel was restarted too many times.