revisit 0.0.28__py2.py3-none-any.whl → 0.0.30__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
revisit/revisit.py
CHANGED
@@ -470,6 +470,7 @@ def widget(study: _WrappedStudyConfig, revisitPath: str = '', server=False, path
|
|
470
470
|
if pathToLib == '':
|
471
471
|
# Get working directory
|
472
472
|
current_dir = os.getcwd()
|
473
|
+
print(current_dir)
|
473
474
|
# Get parent directory (list of packages installed in .venv)
|
474
475
|
parent_dir = os.path.dirname(current_dir)
|
475
476
|
|
@@ -1,10 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: revisit
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.30
|
4
4
|
Requires-Dist: anywidget
|
5
5
|
Requires-Dist: pandas
|
6
6
|
Requires-Dist: pydantic>=2.10.5
|
7
|
-
Requires-Dist: revisit-server>=0.0.1
|
8
7
|
Provides-Extra: dev
|
9
8
|
Requires-Dist: jupyterlab; extra == 'dev'
|
10
9
|
Requires-Dist: watchfiles; extra == 'dev'
|
@@ -1,10 +1,10 @@
|
|
1
1
|
revisit/StudyConfigSchema.json,sha256=xtzwZifuPJoiHASx0o8PHqBuh5L30mjBlhQ5eqsYm10,132168
|
2
2
|
revisit/__init__.py,sha256=QCvYt8m9QwpjcK4dv6GlLMUDCzRXGy16cua1r2biNCg,255
|
3
3
|
revisit/models.py,sha256=FRy8IlUAtDS3gdmZwwvqR935lbViTPnnr7k0CAkDkzI,134084
|
4
|
-
revisit/revisit.py,sha256=
|
4
|
+
revisit/revisit.py,sha256=s88U57n1xLG9oebCDkWbpIsLuNeOFFK3nGuXQj0HXUE,29563
|
5
5
|
revisit/widget.py,sha256=VvFqRvvvn86fW8ASe1pxaAvh5ZLvvSRThI5XtlCdgcg,915
|
6
6
|
revisit/static/widget.css,sha256=TLu5F6k0CvowQtmApPswG-JZUXYszo7a10dVWKnZsIg,647
|
7
7
|
revisit/static/widget.js,sha256=jjc-RvauEnU8dHCR7oGSjg0y1CRXtAlw1-4yDeSbdKE,186472
|
8
|
-
revisit-0.0.
|
9
|
-
revisit-0.0.
|
10
|
-
revisit-0.0.
|
8
|
+
revisit-0.0.30.dist-info/METADATA,sha256=mhW0e6VxMW1Phch_2hx6_Xen19FHnibjy2A1SH1dAmM,24370
|
9
|
+
revisit-0.0.30.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
10
|
+
revisit-0.0.30.dist-info/RECORD,,
|
File without changes
|