LogoLogo
Sign InProject RobbieDemos
  • Getting Started
    • Welcome
    • Running your first Job
    • Remote function - Jupyter Notebook
    • Notebook Runner
    • Command Runner
  • Robbie Concepts
    • Introduction
    • User
    • Run
    • Token
    • Group (aka Team)
    • Environments
    • Workspace
    • Dependencies
    • Job Configuration File
    • Robbie Persistent Disk
  • Robbie Portal
    • Overview
    • Main Menu and Navigation
    • My Profile
    • My Resources
    • Runs
  • Running your experiments on Robbie
    • Overview
    • Command Runner
    • Jupyter Notebooks
    • Robbie Python Remote Functions
    • Robbie Magics
    • Robbie Notebook Runner
    • Matplotlib Support
    • Funding Group, Environment, and Images
  • Robbie Command Line Reference
    • robbie login
    • robbie config
    • robbie run
  • How it works
    • Architecture
Powered by GitBook
LogoLogo

© Positron Networks, Inc. - Patents Pending

On this page

Was this helpful?

Export as PDF
  1. Robbie Concepts

Workspace

Robbie defines the Workspace as the directory and contents on the local machine, that will be transferred to the remote machine before the run starts. This can include files like:

  • Python .py

  • Requirements.txt

  • Data files

Each project you work on will have its own Workspace.

There is a 500 MB transfer limit for workspace uploads. As a best practice, users should not place large files (e.g., datasets) in the workspace directory but download them on the remote machine.

PreviousEnvironmentsNextDependencies

Last updated 6 months ago

Was this helpful?