Skip to content

Conversation

@priyankaiitg
Copy link

Including the WordTrends notebook into Dashboard

@priyankaiitg priyankaiitg reopened this Mar 27, 2023
@sbenthall sbenthall self-assigned this Mar 28, 2023
@sbenthall
Copy link
Contributor

Thanks for the PR @priyankaiitg ! I'll start reviewing....

@sbenthall
Copy link
Contributor

I'm getting this stack trace from the bigbang_dashboard container:

code/bigbangwordtrend.py:66: FutureWarning: The default value of numeric_only in DataFrameGroupBy.sum is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
  archives_data_sums = archives_data.groupby('Date-ordinal').sum()
2023-03-28 02:41:10,939 Module <module 'bokeh_app_21422438ed22492fa4d6d63882d93c17' from '/code/dashboard.py'> has extra unexpected referrers! This could indicate a serious memory leak. Extra referrers: [<cell at 0x7fa1ae02a760: module object at 0x7fa1a5d39540>]
2023-03-28 02:41:10,940 Starting Bokeh server version 2.4.3 (running on Tornado 6.2)
2023-03-28 02:41:10,941 User authentication hooks NOT provided (default user enabled)
2023-03-28 02:41:10,942 Bokeh app running at: http://localhost:5006/dashboard
2023-03-28 02:41:10,942 Starting Bokeh server with process id: 1
/code/bigbangwordtrend.py:66: FutureWarning: The default value of numeric_only in DataFrameGroupBy.sum is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
  archives_data_sums = archives_data.groupby('Date-ordinal').sum()
2023-03-28 02:43:15,556 WebSocket connection opened
2023-03-28 02:43:15,557 ServerConnection created

We need to get your local docker situation sorted so you can debug this thoroughly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants