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. You can chose between Jupyter notebooks and the more advance Jupyterlab using Settings.
Numpy, Sympy, Matplotlib, Pandas, lxml, bokeh, nbextensions (including ipywidgets) and many other packages are pre-installed. 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.
If you need scipy, seaborn or scikit-learn, please use our other App, "Carnets - Jupyter (with scipy)".
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, cryptography, cvxopt, Fiona, geopandas, geopy, lxml, matplotlib, numpy, openCV, pandas, pillow, pyFFTW, pyproj, rasterio, regex, shapely, sympy, wordcloud.
Hi, Scipy is now available inside "Carnets with scipy", now available on the AppStore: https://apps.apple.com/fr/app/carnets-jupyter-with-scipy/id1559497253
I'm not sure what happened, but we only support local file storage ("on my iPad") and iCloud file storage. Other file providers have undocumented API, resulting in this kind of effects.
iPadでJupyter notebookが動く感動
伊識
サーバーでJupyter notebook を動かして、Githubで管理していますiPadでは今までオフライン環境で閲覧も編集もままならず悲しんでいましたこのアプリでは少なくともオンラインで編集したipythonを閲覧可能.pyファイルをモジュール化して使用しているのですが、相対参照では動作できずFileNotFoundError: [Errno 2] No such file or directory: '../と表示されてしまいました!lsでディレクトリ内のファイル一覧を確認してみましたが、開いているipythonのみしか確認できませんでしたちょっと残念にも思いましたがjupyterthemesやRiseは動作したので、オフラインビュワーとして活用していますほぼ完全なJupyter notebook がiPadで動いている事、そのものに感謝ですしかも無料って、買い切りでも良いレベルです
pandasは使えるの?
mint_locker
Is this app able to use Pandas ? Please tell me how to use it.
- bug fixes for brackets on external non-US keyboards
- bug fixes for kiwisolver and ctypes