Loading...
- v1.9.1iOS
- bug fix for entering brackets on non-US keyboards - bug fixes for _ctypes and kiwisolver
- v1.9.0iOS
- Reduced battery and CPU consumption; this should fix the overheating issues. - Updated Python to version 3.13 - updated all major packages (including scipy and scikit-learn) to their latest version. - 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.
- v1.8.1iOS
- 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. - fixed issue with CoreMLTools
- 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.7iOS
- Carnets now works with plotly - fixed an issue with Dark mode and Notebooks or NbClassic - fixed an issue with qutip
- v1.7.6iOS
- 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.5iOS
- 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
- v1.7.2iOS
- new module: cartopy - changed things internally to that "!pip install sunpy" works - 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
- better contrast for the toolbar at the bottom when using external keyboard - better information when using virtual environments - bug fix for "download file" in notebook and nbclassic - always reset jupyterlab, to avoid issues - updated jupyter-server - 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 and a large screen. - fixes a bug with virtual environments.
- v1.6.6iOS
- fixes an issue with virtual environments
- v1.6.5iOS
- fixes a bug with virtual environments activation
- 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. - 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). - fixed a bug with networkx
- 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
- Fixes the bug with external keyboards on iOS 15 - adds several keyboard shortcuts - new python modules: OpenCV, geopandas, shapely, mapclassify, statsmodels, pysal (except giddy and splot)... - multiple bugs fixed.
- v1.5.8iOS
- new modules: cvxopt, nltk, regex, wordcloud, qutip, pyFFTW. - fixed an issue with coremltools.