j143 / systemds-website

Apache SystemDS website source
Apache License 2.0
0 stars 0 forks source link

Render notebooks in website #4

Open j143 opened 4 years ago

j143 commented 4 years ago

Problem statement: The webpage at docs 🡕 is a rendered notebook source 🡕:

image

and we would like to do the same for systemds.apache.org website.

How to approach the task?

  1. After the conversion, the try to add the converted format to a new webpage.
j143 commented 4 years ago

Hi @rebeccadias - would like to work on this?

rebeccadias commented 4 years ago

Hi @j143 -Yes Sure I will work on it .

j143 commented 4 years ago

Make sure you update the progress half day. Start writing code, no problem even if it is not good.

rebeccadias commented 4 years ago

Okay I will do the needful .Thank you

On Tue, 14 Jul 2020 at 9:24 PM, j143 notifications@github.com wrote:

Make sure you update the progress half day. Start writing code, no problem even if it is not good.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/j143/systemds-website/issues/4#issuecomment-658260921, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANMV54P2W46XSXV4LKGYRE3R3R5TXANCNFSM4OZM2TFA .

rebeccadias commented 4 years ago

@j143 I have glanced through the problem statement . How will I move forward with Phase 1 of it ? How will I Convert .ipynb files to html format ?

j143 commented 4 years ago

How will I Convert .ipynb files to html format ?

This is how I will do it: 😸 https://lmgtfy.com/?q=How+will+I+Convert+.ipynb+files+to+html+format+%3F

rebeccadias commented 4 years ago

Got it thank You . I already converted the files in the html format in same way :)

j143 commented 4 years ago

Now try adding a new page and along with that new HTML page, so that we could do the next round of optimizations. 🦖

rebeccadias commented 4 years ago

I have pushed changes in the notebooks.html file on my branch and rendered the header and footer . I have shared a screen shot .

rebeccadias commented 4 years ago

Can you tell me about the next step ie optimizations?