dimcli icon indicating copy to clipboard operation
dimcli copied to clipboard

Python client and CLI for scientometrics and research analytics using the Dimensions API.

Results 16 dimcli issues
Sort by recently updated
recently updated
newest added

Building on https://github.com/digital-science/dimcli/issues/16 * comments * start/stop commands * save in github

needed?

![json viewer.png](https://images.zenhubusercontent.com/5cdb2fb28f20437716985d9a/69b591ae-1cb1-44d8-96e0-ddd158094528)

enhancement
needed?

Goal From a results set, quickly check if specific data is included. Possible syntax ```dsl_last_results.find('researchers', 'id', 'ur.1234567')```

needed?

We want to have a way to always have up-to-date schema definition. This can be achieved via the `describe schema` command and version number checking: * store docs locally *...

enhancement

for jupyter lab: check if notebook is different from lab on this…: dsl = dimcli.Dsl() /// dsl.set_for_jupyter_lab() => sets variable that doesn’t print out object

enhancement