Juno Connect: Jupyter Client

Juno Connect: Jupyter Client

다운로드: App Store
Spark by MWM logo
로고: Juno Connect: Jupyter Client

Juno Connect: iPad 및 iPhone에서 즐기는 전문가용 Jupyter 노트북

언제 어디서든 원격 컴퓨팅 파워를 활용하세요. 보안 SSH 터널링을 통해 나만의 서버 또는 AWS SageMaker, CoCalc와 같은 클라우드 서비스에 연결하여 데스크톱급의 네이티브 코딩 경험을 누릴 수 있습니다.

개발사

Rational Matter Ltd

카테고리

Developer Tools

다운로드

60K+

사용자 평점

4.6/5

총 평가 수

2K+

지원 언어

1

재정의된 당신의 연구실

이 인터페이스를 사용하는 60K+ 명의 사용자.

Juno Connect 인터페이스: iPhone에서 원격 Jupyter 서버 연결 설정

Juno Connect 인터페이스: iPhone에서 원격 Jupyter 서버 연결 설정

Juno Connect 앱: iPhone에서 Python 코드 편집기 및 산점도 표시 (다크/라이트 모드 미리보기 포함)

Juno Connect 앱: iPhone에서 Python 코드 편집기 및 산점도 표시 (다크/라이트 모드 미리보기 포함)

Juno Connect: 보안 Jupyter 서버 연결을 위한 SSH 터널링 설정

Juno Connect: 보안 Jupyter 서버 연결을 위한 SSH 터널링 설정

iPhone 화면: Juno Connect 앱 인터페이스에서 CoCalc 및 DigitalOcean과 같은 클라우드 컴퓨팅 서비스 및 Jupyter 서버 선택

iPhone 화면: Juno Connect 앱 인터페이스에서 CoCalc 및 DigitalOcean과 같은 클라우드 컴퓨팅 서비스 및 Jupyter 서버 선택

데스크톱 없이 즐기는 전문가급 데이터 과학

이 앱을 돋보이게 하는 도구, 60K+ 명의 사용자가 선택.

☁️

무제한 컴퓨팅 파워

모바일 장치에서 모든 것을 관리하면서 AWS SageMaker, CoCalc 또는 나만의 하드웨어와 같은 원격 서버로 대규모 학습 및 데이터 분석 작업을 오프로드하세요.

⌨️

데스크톱급 코딩 경험

iPadOS 멀티태스킹, 분할 화면 워크플로우 및 복잡한 IDE 단축키를 위해 설계된 세련된 편집기로 Magic Keyboard 및 트랙패드를 최대한 활용하세요.

🔒

엔터프라이즈급 보안

내장된 SSH 터널링 및 로컬 포트 포워딩을 사용하여 민감한 프로젝트를 안전하게 작업하고, 항상 독점적인 코드와 데이터가 보호되도록 하세요.

전 세계 사용자들에게 사랑받는 앱

Trusted by 60K+ 명이 이 앱을 사랑합니다.

"

"Juno Connect는 제 iPad Pro를 합법적인 데이터 과학 워크스테이션으로 완전히 탈바꿈시켰습니다. SSH 터널링 및 AWS SageMaker에 대한 네이티브 지원 덕분에 보안이나 성능을 저하시키지 않고 어디서든 대규모 학습 작업을 관리할 수 있습니다."

Marcus Thorne, 선임 ML 엔지니어
"

"단연코 iOS 최고의 Jupyter 클라이언트입니다. 매일 Binder에서 실험을 프로토타이핑하는 데 사용하며, 연구 논문은 분할 보기로 열어 둡니다. 매우 유연하며, 확장된 키보드 단축키 덕분에 이동 중에도 자연스럽게 코딩할 수 있습니다."

Sarah Jenkins, 박사 연구원

앱 소개

에 대해 알아야 할 모든 것 Juno Connect: Jupyter Client.

설명

Juno Connect is a client app for Jupyter, a cloud-based computational environment. Juno Connect lets you leverage the computing power of a remote Jupyter server right from your iPhone or iPad. With Juno Connect you can: • Connect to cloud-computing services, such as CoCalc, Binder, SageMaker, Gradient or NAAS • Add and configure your own remote Jupyter servers • Leverage SSH tunneling with local port forwarding for secure connections • Take full advantage of your keyboard and trackpad in our full-featured code editor • Utilise full multitasking capabilities on iPad When you run code in Juno Connect, the actual computing is happening on a remote Jupyter server, giving you access to virtually unlimited computational resources from your iPhone or iPad. You can either connect to your own Jupyter server — directly via HTTP/HTTPS, or by establishing an SSH tunnel with local port forwarding — or use cloud computing services, such as CoCalc, Binder, SageMaker, Gradient or NAAS. And if you would rather execute code on device instead, check out our other app Juno, it lets you work with Jupyter notebooks autonomously on your iPhone or iPad. Juno Connect offers a full-featured notebook and code editor, providing a complete development environment on your iPad or iPhone. it supports Dark Mode and Dynamic Type, offers extended on-screen keyboard and works beautifully with all hardware keyboards and trackpads. Juno Connect lets you reach your Jupyter server easily and securely with SSH tunnel using local port forwarding. You can launch Juno Connect in Split-screen mode alongside other apps on iPad — run notebooks with documentation, terminal, or other code editor in front of you. WHAT IS JUPYTER? Jupyter is an interactive cloud-based computational environment, where you can combine code execution, rich text, mathematics, plots and rich media. It works with Jupyter notebooks, a computational document format that allows storing live code, markdown text, plots, images and equations in LaTeX — all wrapped into a single notebook file. Notebook documents keep record of all inputs and outputs of the interactive programming session, and the rich output generated by running R, Python or Julia scripts (including HTML, images, video, and plots) is embedded into the Jupyter notebook document. They are especially convenient if you are coding in Python for data analysis, machine learning, or computational science in general. A notebook consists of a sequence of cells, each representing either a narrative text in a form of markdown text or HTML, or a coding script with a text or media output. This makes notebooks both human-readable documents with the analysis description and the results (figures, tables, etc), as well as executable scripts for data analysis or plain programming. You can use Jupyter notebook as a document with optional executable code in it, or simply as a programming playground for data manipulation and experiments. Jupyter supports countless programming languages, including Python, R, Julia, and Scala. Jupyter lets you leverage big data tools, such as Apache Spark, from Python, R, and Scala — or explore that same data with pandas, scikit-learn, ggplot2, PyTorch and TensorFlow. And, of course, Juno Connect lets you use whichever language kernels and libraries are installed on your Jupyter server right on your iPhone or iPad.

최신 버전

1.6.13

크기

15.3 MB

출시일

2018년 1월 24일

데이터 과학 워크플로우의 제약을 벗어날 준비가 되셨나요?

60,000명 이상의 전문가 및 연구원과 함께 이동 중에도 원격 컴퓨팅 파워를 활용하세요. SageMaker, CoCalc 또는 나만의 서버에 연결하여 iOS에서 데스크톱급 편집기로 코딩을 시작하세요.

다운로드: App Store