Rising Odegua
Rising Odegua
> * https://github.com/datopian/datahub-pages-demo I think we wanted to build and deploy the data-literate example with Github pages. It's currently failing, so it's incomplete
> * @risenW why is it failing ... and where's the issue / info tracking that? Three major reasons: 1. The work on the actions script is incomplete. I was...
> @risenW i believe we have already done a bit of this? Can you confirm ... Yes, see https://github.com/datopian/portal.js/pull/566
> I have deployed the latest home page changes here - https://catalog-portal-js-msd63kmoe-datopian1.vercel.app/ > > Any idea why CSS is broken in production while it works fine in dev mode? >...
@anuveyatsu Some issues I noticed. Since the change to using `npx create-next-app` in the CLI cmds, builds have been failing. From my end, and also when I tested with Leo....
@anuveyatsu What are your thoughts on acceptance criteria 3 above?
@AceTheCreator You can work on this. We want to export the notebook into various formats. You can get the JSON state of the notebook from the Global state object [notebook](https://github.com/javascriptdata/dnotebook/blob/9bba930924448cf8a117994d6b0353af14ed97d1/src/frontend/lib/state/reducer.ts#L13)....
@AceTheCreator Update on this. I actually need file system support to test out some functionality. Do you want me to pick this up and assign you to another issue?
> @risenW So I'm done with this issue, So wanna add that should I add the ability to open file in a new tab inside this game PR or create...
Some musings on design architecture so far: ## Update on the server side The first week, I started by asking the question, how do I make Dnotebook work like Jupyter,...