Tyler Erickson
Tyler Erickson
If your code happens to trigger a long error trace, this trace is truncated in the sidecar area and cannot be read. A scrollbar would be helpful in this case....
Lack of a license may limit the amount of people who will use (and potentially contribute to) your code. Here is a description of how to license a repository: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/licensing-a-repository
`nbdev_release_git` triggers an error traceback referencing an HTTP exception. I am unsure how to proceed with debugging. ``` (test-release) tylere-macbookpro5:test-release tylere$ nbdev_release_git Traceback (most recent call last): File "/Users/tylere/miniconda3/envs/test-release/bin/nbdev_release_git", line...
_aka "runs with scissors"_ Document how to develop and test with pre-release versions of nbdev and the primary dependencies (i.e. quarto, jupyter), all of which are actively being developed. Some...
*(This is a follow up to the [Nbdev v2 & Jupyter Widgets](https://forums.fast.ai/t/nbdev-v2-jupyter-widgets/98259) discussion started on the nbdev forum.)* I am trying to get ipywidget output to render in nbdev_preview, with...
Example of using [eeconvert](https://github.com/rutgerhofste/eeconvert) & [folium](https://github.com/python-visualization/folium): ``` !pip install -U -q earthengine-api !pip install -U -q eeconvert ``` ``` %%bash earthengine authenticate --quiet ``` ``` %%bash earthengine authenticate --authorization-code=PLACE_AUTH_CODE_HERE ```...
Options: - [bokeh](https://github.com/bokeh/bokeh) - Interactive Web Plotting for Python. Has some support for [Graph and Network plots](http://nbviewer.jupyter.org/github/bokeh/bokeh-notebooks/blob/master/tutorial/08%20-%20Graph%20and%20Network%20Plots.ipynb). (Already installed as part of the Jupyter stacks image) - [networkx](https://github.com/networkx/networkx) - NetworkX...