Fokko commented on code in PR #2528:
URL: https://github.com/apache/iceberg-python/pull/2528#discussion_r2381669216


##########
Makefile:
##########
@@ -170,3 +170,7 @@ clean: ## Remove build artifacts and caches
        @find . -name "*.pyd" -exec echo Deleting {} \; -delete
        @find . -name "*.pyo" -exec echo Deleting {} \; -delete
        @echo "Cleanup complete."
+
+notebook: ## Launch Jupyter Notebook
+       ${POETRY} run pip install jupyter

Review Comment:
   Should we move this into a `poetry` dependency group? Similar to the docs.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to