Skip to content

Commit

Permalink
Merge branch 'add-bokeh-app' of https://github.com/TissueImageAnalyti…
Browse files Browse the repository at this point in the history
…cs/tiatoolbox into add-bokeh-app
  • Loading branch information
measty committed Oct 13, 2023
2 parents 1f73712 + bd88079 commit 96c1bd9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tiatoolbox/visualization/bokeh_app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
import numpy as np
import requests
import torch
from matplotlib import colormaps
from PIL import Image
from requests.adapters import HTTPAdapter, Retry

from bokeh.events import ButtonClick, DoubleTap, MenuItemClick
from bokeh.io import curdoc
from bokeh.layouts import column, row
Expand Down Expand Up @@ -58,6 +54,9 @@
from bokeh.models.tiles import WMTSTileSource
from bokeh.plotting import figure
from bokeh.util import token
from matplotlib import colormaps
from PIL import Image
from requests.adapters import HTTPAdapter, Retry

# github actions seems unable to find tiatoolbox unless this is here
sys.path.insert(0, str(Path(__file__).parent.parent.parent.parent))
Expand Down

0 comments on commit 96c1bd9

Please sign in to comment.