Solution: Install the Development environment that came with your system. The installer may be on your hard drive or on a separate system CD. Check the current OS X page to see if Apple mentions whether using the installer's default choices actually installs enough of the development environment. It is the 'XCode' package that you need to install. Plugin that allows you to flash your printer to the latest Marlin version.
- Mac Os X Brew Install Pip
- Mac Os X Install Pipenv
- Mac Os X Install Pip Linux
- Mac Os X Install Pip Extension
Getting started with JupyterLab
The installation guide contains more detailed instructions
Install with conda
If you use conda
, you can install it with:
Install with pip
If you use pip
, you can install it with:
If installing using pip install --user
, you must add the user-level bin
directory to your PATH
environment variable in order to launch jupyter lab
. If you are using a Unix derivative (FreeBSD, GNU / Linux, OS X), you can achieve this by using export PATH='$HOME/.local/bin:$PATH'
command.
Run JupyterLab
Once installed, launch JupyterLab with:
Getting started with the classic Jupyter Notebook
conda
We recommend installing the classic Jupyter Notebook using the conda package manager. Either the miniconda or the miniforge conda distributions include a minimal conda installation.
Mac Os X Brew Install Pip
Then you can install the notebook with:
pip
If you use pip
, you can install it with:
Mac Os X Install Pipenv
Congratulations, you have installed Jupyter Notebook! To run the notebook, run the following command at the Terminal (Mac/Linux) or Command Prompt (Windows):
See Running the Notebook for more details.
Getting started with Voilà
Installation
Voilà can be installed using conda
or pip
. For more detailed instructions, consult the installation guide.
conda
If you use conda
, you can install it with:
pip
If you use pip
, you can install it with:
Plugin that allows you to flash your printer to the latest Marlin version
Mac Os X Install Pip Linux
Adds the ability to easily update your Arduino and Platform.io based printer firmware with just a few clicks directly through OctoPrint.You can install multiple libraries if your firmware needs it, upload your firmware code, and just hit Flash.
Please be aware that I’m not responsible for any damage made to your printer if something had to go wrong during the flashing process.
Mac Os X Install Pip Extension
See the README or the wiki for more information on how to configure and use this plugin.