[pdal] PDAL and Jupyter (Newbie)
Kenneth Jacob
kdjacob2000 at yahoo.com
Tue May 13 13:28:07 PDT 2025
I'm a newbie to PDAL...
My environment:MacOS Sequoia 15.41Running Anaconda and Jupyter Notebook
Question:I've been successful getting PDAL up and running through the Terminal App.
But now I'd like to run PDAL commands if possible from a Jupyter notebook.
Running the following command from Jupyter produces the expected output:
conda create --yes --name PDALenv --channel conda-forge python-pdal
However, when I follow this with the command to activate the area I created with this command:
conda activate PDALenv
I get following error from Jupyter:
CondaError: Run 'conda init' before 'conda activate'
I can run the suggested command of 'conda init' and get expected output.
But if I re-try to run 'conda activate PDALenv' I get the same error.
Any thoughts about how I might work through this?
Sincerely,
Ken
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20250513/1af599f7/attachment.htm>
More information about the pdal
mailing list