-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unresponsive hyperlink to access Argilla dashboard in argilla v1.4.0 #2527
Comments
@anammari I appreciate your detailed report! This is caused by #2350, i.e. the move to use We only use the argilla/src/argilla/client/client.py Line 422 in 5ff0a48
A potential solution is to rely on the default cc: @frascuchon |
Okay. These lines are working from a jupyter notebook: from rich import print
print("Visit my [link=https://www.willmcgugan.com]blog[/link]!") We should adapt our link message to this format |
Very smart. I can make that happen first thing in the morning tomorrow if you'd like. |
…ebooks (#2543) Closes #2527 Hello! ## Pull Request overview * Print via the recommended [link syntax](https://rich.readthedocs.io/en/stable/markup.html#links). ## Details See #2527 for details on the issue at hand. This PR allows the link to work in Jupyter notebooks again. --- **Type of change** - [x] Bug fix (non-breaking change which fixes an issue) **How Has This Been Tested** Manual verification that the URL is clickable both in a Jupyter Notebook environment and in the terminal. **Checklist** - [x] I have merged the original branch into my forked branch - [ ] I added relevant documentation - [x] follows the style guidelines of this project - [x] I did a self-review of my code - [ ] I made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/) --- - Tom Aarsen
## [1.5.0](v1.4.0...v1.5.0) - 2023-03-21 ### Added - Add the fields to retrieve when loading the data from argilla. `rg.load` takes too long because of the vector field, even when users don't need it. Closes [#2398](#2398) - Add new page and components for dataset settings. Closes [#2442](#2003) - Add ability to show image in records (for TokenClassification and TextClassification) if an URL is passed in metadata with the key \_image_url - Non-searchable fields support in metadata. [#2570](#2570) ### Changed - Labels are now centralized in a specific vuex ORM called GlobalLabel Model, see #2210. This model is the same for TokenClassification and TextClassification (so both task have labels with color_id and shortcuts parameters in the vuex ORM) - The shortcuts improvement for labels [#2339](#2339) have been moved to the vuex ORM in dataset settings feature [#2444](eb37c3b) - Update "Define a labeling schema" section in docs. - The record inputs are sorted alphabetically in UI by default. [#2581](#2581) ### Fixes - Allow URL to be clickable in Jupyter notebook again. Closes [#2527](#2527) ### Removed - Removing some data scan deprecated endpoints used by old clients. This change will break compatibility with client `<v1.3.0` - Stop using old scan deprecated endpoints in python client. This logic will break client compatibility with server version `<1.3.0` - Remove the previous way to add labels through the dataset page. Now labels can be added only through dataset settings page. ### As always, thanks to our amazing contributors! - Documentation update: tutorial for text classification models comparison (#2426) by @embonhomme - Docs: fix little typo (#2522) by @anakin87 - Docs: Tutorial on image classification (#2420) by @burtenshaw
Bug description:
Just reporting an issue with the hyperlink that is generated in Jupyter notebooks to access the Argilla dashboard when writing a new Argilla dataset. The hyperlink does not work with me in the new Argilla version v1.4.0 (it doesn't respond to user clicks) but is working fine in the older version (v.1.3.0).
To Reproduce:
Example:
Expected behavior:
The generated hyperlink in the output to access the Argilla dashboard should open a new browser tab with the Argilla dashboard.
Screenshots:
Environment:
The text was updated successfully, but these errors were encountered: