Home Page

Juno – Python and Jupyter 3.0.1 - App Store




About Juno – Python and Jupyter

Zero-setup Python environment and developer toolbox in a first-class citizen app for iPad and iPhone. Juno is designed to cover all your Python coding needs, and will work seamlessly with all source code formats. Juno...

Zero-setup Python environment and developer toolbox in a first-class citizen app for iPad and iPhone.

Juno is designed to cover all your Python coding needs, and will work seamlessly with all source code formats. Juno supports both Python scripts (.py) and Jupyter notebooks (.ipynb) — a document format focused on applying Python to data analysis and computational science.

FREE FEATURES

- Navigate and manage files and folders, quickly preview documents and media
- Browse and view Jupyter notebooks with quick and beautifully rendered previews
- Navigate through code sources, scripts, JSON, XML, and other text-based formats with rich previews and syntax highlighting
- Add quick access bookmarks for file system locations outside the app's sandbox, or simply open documents in place

PRO FEATURES

- Run code in Jupyter notebooks and Python sources locally on your device with a built-in Python interpreter, entirely offline
- Write and execute Python code in a full-fledged development environment, featuring snappy, intelligent code completion and a console with full terminal emulator support
- Access all Jupyter features in a modern, powerful and customizable notebook editor
- Leverage powerful data analysis, machine learning and developer tools: NumPy, Matplotlib, SciPy, Scikit-learn, Pandas, LXML, and more
- View and edit any file as text in a built-in versatile plain text editor with syntax highlighting
- Enjoy painless package management: easily install any pure Python package with an intuitive package manager

PYTHON SCRIPTS

Python scripts are plain-text Python source code files with a .py extension. Juno lets you work on these with snappy code completion, a console with full terminal emulator support, a built-in media viewer for code-generated images, plots, web apps, and more. Juno will execute the code using an embedded Python interpreter, locally on your iPhone or iPad and completely offline.

JUPYTER NOTEBOOKS

A Jupyter notebook is a versatile document format that enables you to store live code, markdown text, plots, images, and LaTeX equations — all within a single notebook file with a .ipynb extension. Notebooks serve as excellent Python coding playgrounds for data manipulation and experimentation, and Juno makes working with them a breeze!

Notebook documents keep a record of all inputs and outputs from an interactive programming session, and the rich output generated by running Python scripts (including HTML, images, video, and plots) is embedded within the Jupyter notebook document. They are particularly convenient for coding in Python for data analysis, machine learning, or computational science in general.

Mar 19, 2024
Version 3.0.1
What's new in 3.0.1:

- Fixes multiple windows support;
- Fixes several minor UI issues.

Juno 3.0 marks a significant milestone in Python coding experience on iPad and iPhone! We've expanded beyond the Jupyter environment to include a full-fledged Python IDE — it’s specifically designed to make working with .py sources on your iOS devices intuitive and seamless, with as few compromises as possible. This first release already packs a bunch:

- A fast and versatile code editor;
- Snappy, intelligent code completion;
- A console with full terminal emulator support;
- A built-in media viewer for code outputs, perfect for displaying Pillow-generated images, Matplotlib plots, Bokeh and Flask web apps, and more.

Juno 3.0 also brings a whole new file navigation experience with rich document previews, featuring beautifully rendered Jupyter notebooks, syntax highlighting for source code and text-based formats, and Quick Look for most popular document types and media. Add quick access bookmarks for any file system location, or just open any document in place for preview and editing.

Juno 3.0 adds several new packages too, including pyarrow and h5py for HDF5 support.



Previous Versions

Here you can find the changelog of Juno – Python and Jupyter since it was posted on our website on 2020-05-08 12:58:42. The latest version is 3.0.1 and it was updated on 2024-04-19 20:24:43. See below the changes in each version.

Juno – Python and Jupyter version 3.0.1
Updated At: 2024-03-19
Changes: Mar 19, 2024 Version 3.0.1 What's new in 3.0.1: - Fixes multiple windows support; - Fixes several minor UI issues. Juno 3.0 marks a significant milestone in Python coding experience on iPad and iPhone! We've expanded beyond the Jupyter environment to include a full-fledged Python IDE — it’s specifically designed to make working with .py sources on your iOS devices intuitive and seamless, with as few compromises as possible. This first release already packs a bunch: - A fast and versatile code editor; - Snappy, intelligent code completion; - A console with full terminal emulator support; - A built-in media viewer for code outputs, perfect for displaying Pillow-generated images, Matplotlib plots, Bokeh and Flask web apps, and more. Juno 3.0 also brings a whole new file navigation experience with rich document previews, featuring beautifully rendered Jupyter notebooks, syntax highlighting for source code and text-based formats, and Quick Look for most popular document types and media. Add quick access bookmarks for any file system location, or just open any document in place for preview and editing. Juno 3.0 adds several new packages too, including pyarrow and h5py for HDF5 support.
Juno – Python and Jupyter version 2.1.8
Updated At: 2023-12-08
Changes: Dec 8, 2023 Version 2.1.8 What's new in Juno 2.1.8: - Fixed a crash that could occur when the app got suspended in the background; - Resolved several crashes and memory issues related to the lxml library.
Juno – Python and Jupyter version 2.1.7
Updated At: 2023-10-22
Changes: Oct 22, 2023 Version 2.1.7 What's new in Juno 2.1.7: - Added new packages: immutables, frozendict, and pydantic; - Updated lxml to version 4.9.3; - Fixed an issue where the kernel was not getting interrupted when requested; - Fixed several issues around restoring interpreter session and handling package metadata.
Juno – Python and Jupyter version 2.1.6
Updated At: 2023-05-24
Changes: May 24, 2023 Version 2.1.6 What's new in Juno 2.1.6: - Fixes an error when importing certain Bokeh submodules; - Fixes several errors related to installing pure Python packages with optional native extensions. What's new in Juno 2.1: - Python upgraded to 3.10 and pinned packages updated to their latest releases; - New packages: 'openai' (for accessing OpenAI APIs), 'tiktoken' (tokenization for OpenAI models), and their dependencies (including 'aiohttp', 'yarl', 'frozenlist', 'multidict', and more); - Better performance: Improved background app persistence, faster kernel start-ups, and reduced notebook loading times; - Easier package management: Now you can delete and upgrade many pre-installed packages (some will remain pinned, e.g. packages that Juno uses internally); - Streamlined navigation: Swipe from the left screen edge in the notebook editor to reveal the working directory navigator on iPhone (you can configure default presentation style in settings); - A whole bunch of fixes for crashes and bugs, as well as many less prominent enhancements and general quality of life improvements.
Juno – Python and Jupyter version 2.1.5
Updated At: 2023-05-03
Changes: May 3, 2023 Version 2.1.5 Juno 2.1 comes with an upgraded Python environment, significant performance and stability improvements, new packages (including 'openai' for accessing ChatGPT and DALL-E APIs), and much more. What's new in Juno 2.1.5: - Fixes several crashes related to background persistence and addresses a couple of issues in the package manager, improving the handling of packages without wheel distributions. What's new in Juno 2.1: - Python upgraded to 3.10 and pinned packages updated to their latest releases; - New packages: 'openai' (for accessing OpenAI APIs), 'tiktoken' (tokenization for OpenAI models), and their dependencies (including 'aiohttp', 'yarl', 'frozenlist', 'multidict', and more); - Better performance: Improved background app persistence, faster kernel start-ups, and reduced notebook loading times; - Easier package management: Now you can delete and upgrade many pre-installed packages (some will remain pinned, e.g. packages that Juno uses internally); - Streamlined navigation: Swipe from the left screen edge in the notebook editor to reveal the working directory navigator on iPhone (you can configure default presentation style in settings); - A whole bunch of fixes for crashes and bugs, as well as many less prominent enhancements and general quality of life improvements.
Juno – Python and Jupyter version 2.1.4
Updated At: 2023-04-22
Changes: Apr 22, 2023 Version 2.1.4 Juno 2.1 comes with an upgraded Python environment, significant performance and stability improvements, new packages (including 'openai' for accessing ChatGPT and DALL-E APIs), and much more. What's new in Juno 2.1: - Python upgraded to 3.10 and pinned packages updated to their latest releases; - New packages: 'openai' (for accessing OpenAI APIs), 'tiktoken' (tokenization for OpenAI models), and their dependencies (including 'aiohttp', 'yarl', 'frozenlist', 'multidict', and more); - Better performance: Improved background app persistence, faster kernel start-ups, and reduced notebook loading times; - Easier package management: Now you can delete and upgrade many pre-installed packages (some will remain pinned, e.g. packages that Juno uses internally); - Streamlined navigation: Swipe from the left screen edge in the notebook editor to reveal the working directory navigator on iPhone (you can configure default presentation style in settings); - A whole bunch of fixes for crashes and bugs, as well as many less prominent enhancements and general quality of life improvements.
Juno – Python and Jupyter version 2.0.12
Updated At: 2022-11-25
Changes: Nov 25, 2022 Version 2.0.12 What's new in 2.0.12: - Fixes several crashes on older versions of iOS; - Fixes a crash on previewing certain types of links in notebooks; - Fixes several minor code completion layout issues; - Makes sure notebook scrolls to caret on orientation changes; - Fixes certain settings not getting applied in new cells until the notebook reopens; - Makes sure notebook checkpoints are created and updated using the same logic as in JupyterLab and Jupyter Notebook, i.e. only when you explicitly select Save in menu; - Updates cell type icons and renames Markdown cell type to Markup Text. What's new in Juno 2.0: - Notebook editor: the notebook editing experience has been redesigned from the ground up into a highly configurable notebook workspace, ready to get customized around your personal workflow. The editor has a ton of new features: faster-loading notebooks, cell templates, better image viewer, better previews, easier text and selection manipulation, better keyboard and trackpad support, a ton of new settings, configuration and customisation options, new Find and Replace experience, new document management features - and a lot more! The new notebook editor absolutely shines on iPad, but will work great on iPhone, too. - Working directory file browser: seamlessly navigate, view and edit files and folders without leaving your notebook. It lets you manage files and directories, as well as perform other actions useful in the context of writing code and working on your notebooks: say, getting a relative path to a file or directory, or quickly editing contents of an arbitrary file as plain text. - Text editor: view and edit any file from your working directory in a built-in text editor with syntax highlighting, powerful Find and Replace, configurable view options, customisable toolbar and more! - A whole bunch of minor and major fixes around package manager, keyboard and trackpad handling, scrolling and notebook editor UI in general. Check out the docs on our website (or select Help in the app) to learn more about the new features and Juno's new notebook editor. Juno 2.0.12 *still* comes with Python 3.6 on board, but we begin testing Juno with Python 3.10 on TestFlight shortly, and will release it on App Store later this year as a free update.
Juno – Python and Jupyter version 1.5.3
Updated At: 2022-08-21
Changes: Aug 21, 2022 Version 1.5.3 Fixes a couple of minor UI issues.
Juno – Python and Jupyter version 1.5.2
Updated At: 2022-05-05
Changes: May 5, 2022 Version 1.5.2 Juno 1.5 comes with a package manager on board! It has a ton of quality of life improvements: you can see all packages that are available to you, both system and user installed; you can delete user-installed packages and install new ones; there is now an easy way to see which dependencies are missing or have incompatible versions, which package releases are likely to work in Juno and which modules the package provides - among many other things! Juno's package manager introduces a concept of *pinned* packages: you can import and use those as any other package, but you can't upgrade or delete them (as Juno relies on them under-the-hood). Finally, we've made a bunch of improvements to the package installation process, so Juno can now handle several older-style distribution formats. That said, what you can install is still constrained by the OS restrictions, which means pure Python packages only.
Juno – Python and Jupyter version 1.4.2
Updated At: 2022-03-17
Changes: Mar 17, 2022 Version 1.4.2 - Multi-window support for iPadOS! You can now edit and run multiple notebooks simultaneously on iPad, each in a separate Juno window - including side-by-side in Split View. - Improved context restoration, working directory management and a few other things, which needed to accommodate this new multi-window nature of Juno. - Package installer can now process several older-style distribution formats. - Fixes for a couple of bugs around file system access. - Fixes for several minor UI issues. - Many under-the-hood changes and improvements, which lay important groundwork for future Juno features: this release is just one of a few major updates coming this year. Keep your eyes peeled and follow us on Twitter for more details!


Related Apps

Here you can find apps that are similar with Juno – Python and Jupyter.



Disclaimer

Official App Store Link


We do not host Juno – Python and Jupyter on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Apple and passed their terms and conditions to be listed there. We recommend caution when installing it.

The App Store link for Juno – Python and Jupyter is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 154
Updated At: 2024-04-19 20:24:43
Publisher: Rational Matter
Operating System: IOS
License Type: Free