Carnets - Jupyter (with scipy)

1.8.0 for iPhone, iPad
Free
0

0 Ratings

Update Date

2023-10-31

Size

1,550.6 MB

Screenshots for iPhone

iPhone
Carnets - Jupyter (with scipy) Description
Jupyter notebooks are a powerful tool used in education and research. You can write small snippets of Python code and observe the result on screen, combine with paragraphs of text, using Markdown.

Carnets provides a complete, stand-alone, implementation of Jupyter notebooks. Everything runs on your device, using the embedded Python interpreter; you do not need an internet connection. Compared to the standard version (Carnets), this app adds several packages targeted for scientific computation and learning: scipy, sklearn, seaborn and coremltools. You can switch between standard notebooks and the more modern jupyterlab using the Settings app.

Of course, all the packages included with the standard app are present too: numpy, simply, matplotlib... To see the full list of installed packages, type "%pip list" in a code window. You can add more packages using "%pip install packageName", but only if they are pure Python.

You can share your notebooks with other apps and also open notebooks or directories managed by other apps.

Partial list of installed packages: astropy, babel, bokeh, cartopy, cryptography, cvxopt, Fiona, geopandas, geopy, gym, inequality, libpysal, lxml, mapclassify, matplotlib, networkx, nltk, numpy, openCV, pandas, parso, pillow, pyFFTW, pyproj, qutip, rasterio, regex, Rtree, scikit-learn, scipy, seaborn, segregation, shapely, soupsieve, spopt, statsmodels, sympy, wordcloud.
Carnets - Jupyter (with scipy) 1.8.0 Update
2023-10-31
- 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.
More Information
Price:
Free
Version:
1.8.0
Size:
1,550.6 MB
Update Date:
2023-10-31
Developer:
Nicolas Holzschuch
Language:
English

Safe to Download

AppPure.com and the download link of this app are 100% safe. The download link of this app will be redirected to the official App Store site, thus the app is original and has not been modified in any way.

Got it
X
Share

Share this page with your friends if you find it useful

Facebook Linkedin Pinterest Tumblr Twitter Whatsapp Line
1.8.0 2023-10-31
- 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.
1.7.9 2023-05-15
- new module: lzma
- new keyboard shortcuts for forward one page / backward one page (shift-command-[ / shift-command-])
1.7.7 2023-04-05
- Carnets now works with plotly
- fixed an issue with Dark mode and Notebooks or NbClassic
- fixed an issue with qutip
1.7.6 2022-12-11
- 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.
1.7.2 2022-07-01
- 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...
1.7.1 2022-04-11
- 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
1.7.0 2022-03-22
- 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.
1.6.6 2022-02-19
- fixes an issue with virtual environments
1.6.4 2022-02-16
- fixes a bug with "%pip install" that affected some pure Python packages.
1.6.3 2022-02-06
- 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
1.6.2 2021-12-10
- 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...
1.5.8 2021-05-24
- new modules: cvxopt, nltk, regex, wordcloud, qutip, pyFFTW.
- fixed an issue with coremltools.