We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I encoutered this in unit "Transcribe Audio" when use colab:
/usr/local/lib/python3.10/dist-packages/note_seq/notebook_utils.py in plot_sequence(sequence, show_figure) 145 fig = bokeh.plotting.figure( 146 tools='hover,pan,box_zoom,reset,save') --> 147 fig.plot_width = 500 148 fig.plot_height = 200 149 fig.xaxis.axis_label = 'time (sec)' AttributeError: unexpected attribute 'plot_width' to figure, similar attributes are outer_width, width or min_width
Could anyone help me to fix this? I'm sorry I know few about how this is supposed to work.
The text was updated successfully, but these errors were encountered:
#144 (comment)
I missed this. As it goes, this error is not a problem for generating the midi file. I got file successfully by just ignoring it.
Sorry, something went wrong.
No branches or pull requests
I encoutered this in unit "Transcribe Audio" when use colab:
/usr/local/lib/python3.10/dist-packages/note_seq/notebook_utils.py in plot_sequence(sequence, show_figure)
145 fig = bokeh.plotting.figure(
146 tools='hover,pan,box_zoom,reset,save')
--> 147 fig.plot_width = 500
148 fig.plot_height = 200
149 fig.xaxis.axis_label = 'time (sec)'
AttributeError: unexpected attribute 'plot_width' to figure, similar attributes are outer_width, width or min_width
Could anyone help me to fix this? I'm sorry I know few about how this is supposed to work.
The text was updated successfully, but these errors were encountered: