Shawn Anderson
Shawn Anderson
**Describe the bug** When running: `panel serve app.py` I get: `2021-06-12 11:58:05,889 404 GET /static/extensions/awesome_panel/awesome_panel.js` **To Reproduce** Steps to reproduce the behavior: 1. Follow instructions to run locally 2. `panel...
**Describe the bug** When following the install instructions I run: `pip install -r requirements_local.txt -f https://download.pytorch.org/whl/torch_stable.html` And get the following error: ``` ERROR: Could not find a version that satisfies...
``` import enforce │ 59 ss = SimStrategy() File "/home/shawn/.virtualenvs/TEC/lib/python3.8/site-packages/enforce/__init__.py", line 1, in │ 60 ss.setMaxTicks(max_days * constants.S_PER_DAY / ss.time_step + 1) from .decorators import runtime_validation │‼ 61 File "/home/shawn/.virtualenvs/TEC/lib/python3.8/site-packages/enforce/decorators.py",...
The table rendered from hvplot.streamz does not display the index values. Is there a way to do this?
The example results in the following output for me: input: |[foo, bar()] (press ( at |) output: foo, bar()][ I think you meant: input: (|)[foo, bar()] (press ( at |)...
There is no `df.hvplot.pie()` analogue to the native `df.plot.pie()`. Maybe pie plots have a bad reputation, but I think they are extremely useful especially for financial modelling where monetary distributions...
This is caused when running `nbdev_update` in a new project called nbdev-blog. ```python --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[4], line 1 ----> 1 midx = import_module(f'{get_config().lib_name}._modidx') File...
 How can I trigger the next argument to be highlighted? Thanks!
I used chatgpt to attempt to extend this package to recognize ```math ``` delimiters. I'm not sure how to test the code or if this is the right approach. Open...