Rowan Molony
Rowan Molony
No problem @goodwanghan :)
Happy to Kevin, please feel free to add any tasks you can think of to the list above
- Ref conda-forge/staged-recipes#16044 - Ref conda-forge/staged-recipes#16099
Thanks a lot for getting back to me @manics! The `main` branch works right now as I reverted to a commit without a `binder/Dockerfile` linking to `docker hub` - I...
hey @simonw, I saw Jupyter Lab have a [cross-platform app](https://github.com/jupyterlab/jupyterlab_app) running on Electron and thought of this PR (love datasette btw) code signing on Windows [WIP]: https://github.com/jupyterlab/jupyterlab_app/issues/202 Github Action to...
I was just blocked by this, it helped to ensure that each time I instantiated my form I included the `prefix` argument! (I was gluing this & `django-htmx` to create...
The easiest thing might be to do something like ... ```python def visitFugueLoadTask(self, ctx: fp.FugueLoadTaskContext) -> WorkflowDataFrame: data = self.get_dict(ctx, "fmt", "path", "params", "columns") __modified_exception__ = self.to_runtime_error(ctx) # noqa params...
Thanks @goodwanghan & @kvnkho I'm happy for my particular job to be `duckdb` only so ```python from duckdb import DuckDBPyRelation, DuckDBPyConnection def read_text_file(engine:DuckDBPyConnection, filepath: str) -> DuckDBPyRelation: headers = read_header(filepath)...
To make sure that this isn't an issue with the `EnergyPlus` `docker` image or `eppy` (v0.5.53) I copied the `eppy` [`runenergyplus`](https://eppy.readthedocs.io/en/latest/runningeplus.html) tutorial into a `Jupyter Notebook` in a `Github` repo...
@santoshphilip solution in this [`eppy` issue](https://github.com/santoshphilip/eppy/issues?q=eplusout.expidf+not+found) does the trick: ```python import os def make_eplaunch_options(idf): """Make options for run, so that it runs like EPLaunch on Windows""" idfversion = idf.idfobjects['VERSION'][0].Version_Identifier.split('.') idfversion.extend([0]...