-
Used pip install mljar-mercury inside an anaconda command line
Got error for psutil
Error message below
1. building 'psutil._psutil_windows' extension
error: Microsoft Visual C++ 14.0 or gre…
-
There is add command to add notebook to Mercury. Please add `delete` command to remove unwanted notebook.
-
I am having some problems importing packages. I encounter 0 problems when running the jupyter notebook locally. I am getting errors when trying to run my notebook in the local server. Is there somethi…
-
Hi @pplonski , thank you for the wonderful tool.
I built a test page and noticed that every time the page loads (in either chrome or edge) it downloads a file called `html` which contains the follo…
-
ImportError
cannot import name 'run' from 'graphviz.backend' (C:\Users\Max\AppData\Roaming\MLJAR-Studio\miniconda\lib\site-packages\graphviz\backend\__init__.py)
![image](https://user-images.githu…
-
Hi,
My Jupiter notebook code looks like follows:
```
---
title: My first notebook
description: my first notebook on mercury
show-code: False
params:
a:
input: slider
labe…
-
During:
mercury watch
c:\programdata\anaconda3\python.exe: can't open file 'C:\Users\\AppData\Roaming\Python\Python38\Scripts\mercury': [Errno 2] No such file or directory
instead mercury i…
-
### Describe the bug
When I set the `run` parameter in `neptune.init` to continue the logging under the given name OR if it is set empty, the Hostname is no logged and shown in a Runs table. When …
-
Not sure if this is related, but some of the cli commands appear to not be working either. I see the same behavior on 0.3.0 and 0.5.1. Using python 3.9
-
```
predictions_compete = automl_compete.predict_all(X_test)
---------------------------------------------------------------------------
TypeError Traceback (most …