Closed
Description
I'm wanting to build a version of plotly for offline use - specifically the documentation.
When I follow the very simple directions provided at https://github.com/plotly/plotly.py/tree/master/doc I do the following:
- git clone [email protected]:plotly/plotly.py.git
- cd plotly.py/doc
- conda create -n plotly_docs python=3.8 pip
- conda activate plotly_docs
- pip install -r requirements.txt
- make
I get the following error:
make: *** No rule to make target 'python/.mapbox_token', needed by 'build/ipynb/.mapbox_token'. Stop.
I'm not able to find information about mapbox_token.
Metadata
Metadata
Assignees
Labels
No labels