Chris Van Pelt (CVP)

Results 267 comments of Chris Van Pelt (CVP)

@jedarden apologies for the delay. Definitely don't replace 127.0.0.1 in the codebase. Instead you can set the OPENUI_ENVIRONMENT=production environment variable and the server will listen on 0.0.0.0 instead of 127.0.0.1,...

If you want to develop the frontend you can follow the instructions here: https://github.com/wandb/openui/blob/main/frontend/README.md

Ahh, be sure to run the code from the `backend` directory. You'll get this error if you run in a directory that has a one office or die named openai

Hmm, looks like git or GitHub was messed up. You can replace the weave line in pyproject.toml with just "weave" and it should work. I'll update this week.

Just added it to the main branch, haven't tested it but it's now an option in the menu. Curious to hear how you think it does as it's just asking...

Hey @HellFiveOsborn thanks for the big PR. Unfortunately it's now caused a number of conflicts. Additionally I'm not familiar with Blackbox AI. Can you share more context about why we...

I'm assuming there's no file named `/Repos/my-repo/my-notebook` on that machine. I haven't tried databricks notebooks for some time, but you should be setting `WANDB_NOTEBOOK_NAME` to the path for the `notebook.ipynb`...

Thar error indicates we can't read that file from the filesystem. Are we sure that's a file, or is it a directory. Can you run `ls -al` in the `my-repo`...

@kstathou it looks like notebook code saving is unable to work in databricks notebooks because it's not providing a real filesystem at `/Workspace/Repos/...` we'll need to dig in and attempt...