|
118 | 118 | "!python -m pip install -q pydicom pydicom-seg\n",
|
119 | 119 | "\n",
|
120 | 120 | "# Install tcia_utils to download the datasets.\n",
|
121 |
| - "!python -m pip install --upgrade -q tcia_utils\n", |
| 121 | + "!python -m pip install --upgrade -q --no-deps tcia_utils\n", |
| 122 | + "\n", |
| 123 | + "# Install the dependency manually to avoid installing opencv-python.\n", |
| 124 | + "!python -m pip install -q plotly bs4 ipywidgets unidecode jsonschema\n", |
| 125 | + "!python -m pip install -q --no-deps rt-utils\n", |
122 | 126 | "\n",
|
123 | 127 | "# This is the installation required for itkWidgets.\n",
|
124 |
| - "!python -m pip install --upgrade --pre -q \"itkwidgets[all]==1.0a20\" imjoy_elfinder" |
| 128 | + "!python -m pip install --upgrade --pre -q \"itkwidgets[all]==1.0a23\" imjoy_elfinder" |
125 | 129 | ]
|
126 | 130 | },
|
127 | 131 | {
|
|
412 | 416 | },
|
413 | 417 | {
|
414 | 418 | "cell_type": "code",
|
415 |
| - "execution_count": 11, |
| 419 | + "execution_count": null, |
416 | 420 | "metadata": {
|
417 | 421 | "id": "RF4LqDs-emJR",
|
418 | 422 | "tags": []
|
|
441 | 445 | },
|
442 | 446 | {
|
443 | 447 | "data": {
|
444 |
| - "application/javascript": [ |
445 |
| - "window.connectPlugin && window.connectPlugin(\"f2c5a353-92e5-49ea-8f0a-4a5232883799\")" |
446 |
| - ], |
| 448 | + "application/javascript": "window.connectPlugin && window.connectPlugin(\"f2c5a353-92e5-49ea-8f0a-4a5232883799\")", |
447 | 449 | "text/plain": [
|
448 | 450 | "<IPython.core.display.Javascript object>"
|
449 | 451 | ]
|
|
579 | 581 | },
|
580 | 582 | {
|
581 | 583 | "data": {
|
582 |
| - "application/javascript": [ |
583 |
| - "window.connectPlugin && window.connectPlugin(\"f2c5a353-92e5-49ea-8f0a-4a5232883799\")" |
584 |
| - ], |
| 584 | + "application/javascript": "window.connectPlugin && window.connectPlugin(\"f2c5a353-92e5-49ea-8f0a-4a5232883799\")", |
585 | 585 | "text/plain": [
|
586 | 586 | "<IPython.core.display.Javascript object>"
|
587 | 587 | ]
|
|
654 | 654 | },
|
655 | 655 | {
|
656 | 656 | "data": {
|
657 |
| - "application/javascript": [ |
658 |
| - "window.connectPlugin && window.connectPlugin(\"f2c5a353-92e5-49ea-8f0a-4a5232883799\")" |
659 |
| - ], |
| 657 | + "application/javascript": "window.connectPlugin && window.connectPlugin(\"f2c5a353-92e5-49ea-8f0a-4a5232883799\")", |
660 | 658 | "text/plain": [
|
661 | 659 | "<IPython.core.display.Javascript object>"
|
662 | 660 | ]
|
|
764 | 762 | "name": "python",
|
765 | 763 | "nbconvert_exporter": "python",
|
766 | 764 | "pygments_lexer": "ipython3",
|
767 |
| - "version": "3.8.10" |
| 765 | + "version": "3.10.12" |
768 | 766 | }
|
769 | 767 | },
|
770 | 768 | "nbformat": 4,
|
|
0 commit comments